E4005 Reference Errors

undefined-module-member

member not found in module

When this occurs

`math.nonexistent()`

Example error message

error[E4005]: 'bar' not found in module 'math'

How to fix

Check that the function or constant exists in the module. Verify the name spelling.

Related errors