Error code E0423
An identifier was used like a function name or a value was expected and the identifier exists but it belongs to a different namespace.
Erroneous code example:
ⓘ
Please verify you didn't misspell the name of what you actually wanted to use here. Example:
It is common to forget the trailing !
on macro invocations, which would also
yield this error:
ⓘ
Another case where this error is emitted is when a value is expected, but something else is found:
ⓘ