E3044 Types Errors
Types
cannot access field '%s' on type '%s'; use an instance variable instead
When this occurs
This error is triggered when: cannot access field '%s' on type '%s'; use an instance variable instead
Example error message
error[E3044]:
cannot access field '%s' on type '%s'; use an instance variable instead
How to fix
Review the error message and check your code at the indicated location. The message describes what went wrong — fix the underlying issue it identifies.
Related errors
No related errors.