E3015 Type Errors

not-callable

value is not callable

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