Skip to content
Garrus edited this page May 13, 2018 · 2 revisions

Error codes:

Which are they and what do they mean?

Since version 0.6, the parser will try to execute the commands and return a special error number depending on what was expected and what actually happened. All error messages are stored in an array where the position represents the error number.

0: Execution was successful. This will never generate an actual error message.

1: When the command's [help] method couldn't be executed as is.

2: The command expected parameters and none were provided.

3: "Unknown Error", will be returned if an undocumented error happened.


More error numbers will be added as development continues.