| 1 | Out of memory. |
| 3 | Too many nested control statements. |
| 5 | Extra text on line. |
| 7 | Missing ';' in FOR statement. |
| 8 | No corresponding SWITCH statement. |
| 9 | No corresponding control structure. |
| 10 | Switch must have at least one CASE/DEFAULT statement. |
| 11 | Error in nesting control structures. |
| 12 | Illegal label. |
| 13 | Duplicate label. |
| 14 | Too many labels. |
| 15 | Label not found. |
| 16 | Procedures can not return values. |
| 17 | Unsupported feature. |
| 18 | Illegal Function/Procedure name. |
| 19 | Direct statements not allowed in libraries. |
| 20 | Missing END statement. |
| 21 | Duplicate Procedure/Function. |
| 22 | Too many Procedures/Functions. |
| 23 | Too many global/static variables. |
| 24 | Strings can not span lines. |
| 25 | Attempt to assign an array element to a non-array. |
| 26 | Attempting to expand an array through a non-array element. |
| 27 | Attempting to access an array element in a non-array. |
| 29 | Attempting to assign a variable as an array constant element. |
| 30 | Unbalanced parentheses. |
| 32 | Invalid operator in expression. |
| 33 | Invalid operation for data type. |
| 34 | Invalid array indice. |
| 35 | Divide by zero. |
| 36 | Illegal operand. |
| 37 | Variable not found. |
| 38 | Illegal assignment. |
| 39 | Illegal expression. |
| 40 | Internal error. |
| 41 | Missing parameter. |
| 42 | Invalid parameter. |
| 43 | Unknown Procedure/Function. |
| 44 | Invalid alias specifier. |
| 45 | Invalid field specifier. |
| 46 | Field does not exist in specified database. |
| 47 | Alias does not exist. |
| 49 | Unterminated string constant. |
| 50 | Function/Procedure nesting not allowed. |
| 51 | Too many tasks running at once. |
| 52 | Duplicate procedure/function name. |
| 53 | Illegal identifier. |
| 54 | Attempting to redefine an identifier. |
| 55 | Declaration statements must come before executable statements. |
| 56 | Illegal parameter declaration in code block. |
| 57 | Attempting to reference a non-variable. |
| 58 | Attempting an invalid indirect function call. |
| 59 | Message recipient is not an object. |
| 60 | Invalid message sent to object. |
| 61 | Internal error: to many grips. |
| 62 | Internal error: attempting to free bad grip. |
| 63 | Attempting to create a circular refference. |
| 64 | Expression does not evaluate to a function or code block. |
| 66 | Static declarations must come before executable code. |
| 69 | Assign methods can not have parameters. |
| 70 | Access methods must have only one parameter, the value to be assigned. |
| 71 | Assign method already exists as something else. |
| 72 | Assign method already exists. |
| 73 | Access method already exists as something else. |
| 74 | Access method already exists. |
| 75 | Attempting to call a non-existing method. |
| 76 | Default method/assign/access must take message as first parameter. |
| 77 | Method already exists. |
| 78 | Attempting to compile a non string. |
| 79 | Compiled script is to big (break into libraries). |
| 80 | Garbage collector page locks exceed number available. |
| 81 | Only valid within a class definition. |
| 82 | CATCH must take a variable parameter to receive error number. |
| 83 | Attempting to instantiate non-existing class. |
| 84 | All workareas are in use. |
| 85 | Can not do requested type conversion. |
| 86 | Not a valid workarea. |
| 87 | Workarea is not in use. |
| 88 | Too many relations. |
| 89 | Can't open file. |
| 90 | Attempting to access an instance variable that doesn't exist. |
| 91 | An identifier was encountered where none was expected. |
| 92 | An error occured in specifing an INHERIT statement. |
| 93 | Instance variable already exists. |
| 94 | Message already exists. |
| 95 | Attempting to inherit a class that has already been inherited from. |
| 96 | Attempting to direct a message to a class that hasn't been inherited from. |
| 98 | Not in an object. |
| 99 | No sender. |
| 100 | Attempting to override a method in a class that hasn't been inherited from. |
| 101 | Attempting to override a message with a message of a different type. |
| 102 | Attempting to override a non method. |
| 130 | Missing '('. |
| 132 | Missing ')'. |
| 134 | Missing matching IF statement. |
| 156 | Error in enumeration of array. |
| 159 | Missing ']' in statement. |
| 193 | Missing identifier in declaration. |
| 195 | Missing symbol in expression. |
| 196 | Missing comma in IF/IIF inline expression. |
| 225 | Error in syntax of MESSAGE statement. |
| 231 | Error in syntax of METHOD statement. |