Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 701 Bytes

error-codes.md

File metadata and controls

21 lines (16 loc) · 701 Bytes

Error Codes

Engine

Blocks 0x01 to 0xBF are reserved by the engine.

Code Error Constant
0x01 MODULE_NOT_LOADED
0x02 CALL_TO_UNLOADED_MODULE
0x03 to 0xBF Reserved for future use

Core

Blocks 0xC0 to 0xDF are reserved by the core.

Code Error Constant
0xC0 to 0xDF Reserved for future use

Core Modules

Modules must update the following table. Modules may not reassign error codes of another module. Any conflicts may be resolved by pull request reviewers.