E4015 Names Errors
Names
'%s' is private and cannot be accessed from outside its file
When this occurs
This error is triggered when: '%s' is private and cannot be accessed from outside its file
Example error message
error[E4015]:
variable shadows a function from a used module
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.