E3015 Types Errors

Types

'%s' is a %s, not a function; it cannot be called

When this occurs

Calling non-function

Example error message

error[E3015]: not a function: INTEGER

How to fix

Only functions can be called. Check that you're calling a function, not a variable.

Related errors