E4016 Names Errors
Names
undefined type '%s'; check the spelling or import the module that defines it
When this occurs
This error is triggered when: undefined type '%s'; check the spelling or import the module that defines it
Example error message
error[E4016]:
undefined type '%s'; check the spelling or import the module that defines it
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.