-
Notifications
You must be signed in to change notification settings - Fork 2
Error codes
Henrik Lievonen edited this page Feb 13, 2015
·
1 revision
This file lists internal error codes and their descriptions:
Error Code | Description | Long Description |
---|---|---|
0 | Undefined | Something unexpected happened |
1 | Out of Memory | The program used too much memory or the memory is too fragmented |
2 | Undefined variable | The variable definition has not been reached in the excecution |
3 | Array index out of bound | Array index is out of defined range in array reference |