User Guide : Error Codes and Message : Scripting Language Error Codes : Integration Language Run-Time Errors
 
Share this page                  
Integration Language Run-Time Errors
Most integration language run­time errors generate an exception, and exceptions can be either ignored or trapped by using the On Error GoTo Statement. Once an error has been thrown, the details for the exception are available in the Error Object variable section in Object Variables.
This table is a complete list of scripting language constant names, numeric error codes, and their descriptions.
Constant
Name Value
Description
ERR_TYPEMISMATCH
100
Type mismatch. A generic error that indicates a transformation failed, or a data type was found when another data type was expected.
ERR_NULL
101
Invalid use of null. Occurs in places where a null value was found, but a real value is needed.
ERR_NUMUNDER
102
Numeric underflow.
ERR_NUMOVER
103
Numeric overflow.
ERR_FIELDACCESS
104
Unable to access field. The run-time attempted to access the contents of a field but could not locate the field.
ERR_EVAL
105
Problem with EVAL expression. Indicates either an error compiling an expression to be evaluated, or a run­-time error occurred while executing it.
ERR_FILEREAD
106
Error reading file. Currently will only occur during the Lookup or Xlate function, if the specified file is unreadable.
ERR_REGEXP
107
Invalid regular expression.
ERR_LOOKUPARG
108
Too many arguments supplied to lookup.
ERR_ADDRPARSE
109
Invalid address part was supplied to one of the address parsing functions
ERR_EXTFUNC
110
Error occurred when calling an external function
ERR_ARG
111
Error occurred when calling an invalid procedure call or argument
ERR_SPOKEACCESS
112
Problem accessing connector container
ERR_RECACCESS
113
Problem accessing a record
ERR_DIV0
114
Division (mod) by 0
ERR_INVARRAY
115
Access array with no or wrong Dims
ERR_ARRAYBOUNDS
116
Array index out of bounds
ERR_OBJNOTSET
117
Object or variable is not set
ERR_ROOBJECT
118
Object is read-­only
ERR_EOF
119
Hit end of file (EOF) on a record read
ERR_PROPASSGN
120
Error assigning to object property
ERR_OBJREQUIRED
121
Object is required
ERR_AUTOMATION
122
Automation error occurred
ERR_NOSUCHPROP
123
Invalid property or method supplied for object
ERR_PROPFAIL
124
Error invoking property or method
ERR_INDEX
125
General indexing error
ERR_FILENOTFOUND
126
File name does not exist
ERR_FILEACCESS
127
File access mode problem
ERR_FILEWRITE
128
Error writing to file
ERR_FILEOPEN
129
Error opening file
ERR_JAVAEXCEPTION
130
Java exception occurred calling a Java method or property
ERR_DOMERROR
131
Error with DOM object
ERR_TIMEEXPIRED
132
Message object timeout