E5xxx: Modules and Imports
Automatically generated from
src/util/diagnostic/codes/
Error List
E5001: Module not found
Category: Module
Message: Referenced module does not exist
Help: Check the module path and ensure it exists
E5002: Import error
Category: Module
Message: Failed to import the module
Help: Check the import path and module resolution
E5003: Export not found
Category: Module
Message: Referenced export does not exist in the module
Help: Check the exports of the module
E5004: Circular dependency
Category: Module
Message: Modules have circular dependencies
Help: Refactor to remove the circular dependency
