Error Code | Error Name | Description |
---|---|---|
100 | ERR_TYPEMISMATCH | Type mismatch. A generic error that indicates a transformation failed, or a data type was found when another data type was expected. |
101 | ERR_NULL | Invalid use of null. Occurs in instances where a null value was found, but a real value was required. |
102 | ERR_NUMUNDER | Numeric underflow. |
103 | ERR_NUMOVER | Numeric overflow. |
104 | ERR_FIELDACCESS | Unable to access field. The run-time attempted to access the contents of a field but cannot locate the field. |
105 | ERR_EVAL | Problem with EVAL expression. Indicates either an error compiling an expression to be evaluated, or a run-time error occurred while executing it. |
106 | ERR_FILEREAD | Error reading file that occurs during the Lookup or Xlate function, if the specified file is unreadable. |
107 | ERR_REGEXP | Invalid regular expression. |
108 | ERR_LOOKUPARG | Many arguments provided to lookup. |
109 | ERR_ADDRPARSE | Invalid address part was provided to one of the address parsing functions. |
110 | ERR_EXTFUNC | Error when calling an external function. |
111 | ERR_ARG | Error when calling an invalid procedure call or argument |
112 | ERR_SPOKEACCESS | Problem accessing connector container |
113 | ERR_RECACCESS | Problem accessing a record |
114 | ERR_DIV0 | Division (mod) by 0 |
115 | ERR_INVARRAY | Access array with no or wrong Dims |
116 | ERR_ARRAYBOUNDS | Array index out of bounds |
117 | ERR_OBJNOTSET | Object or variable is not set |
118 | ERR_ROOBJECT | Object is read-only |
119 | ERR_EOF | Hit end of file (EOF) on a record read |
120 | ERR_PROPASSGN | Error assigning to object property |
121 | ERR_OBJREQUIRED | Object is required |
122 | ERR_AUTOMATION | Automation error occurred |
123 | ERR_NOSUCHPROP | Invalid property or method supplied for object |
124 | ERR_PROPFAIL | Error invoking property or method |
125 | ERR_INDEX | General indexing error |
126 | ERR_FILENOTFOUND | File name does not exist |
127 | ERR_FILEACCESS | File access mode issue |
128 | ERR_FILEWRITE | Error writing to a file |
129 | ERR_FILEOPEN | Error opening a file |
130 | ERR_JAVAEXCEPTION | Java exception while calling a Java method or property |
131 | ERR_DOMERROR | Error with DOM object |
132 | ERR_TIMEEXPIRED | Message object timeout |