Error Error code
Error message
Description
ASP0100
Out of memory
Not enough memory (unable to allocate required memory)
ASP0101
Unexpected error
Unexpected error
ASP0102
Expecting string input
Missing string input
ASP0103
Expecting numeric input
Missing numeric input
ASP0104
Opration not allowed
Operation not allowed
ASP0105
Index out of Ange
Index out of range (an array index exceeds session)
ASP0106
Type mismatch
Type mismatch (the data type encountered cannot be processed)
ASP0107
Stack Overflow
Stack overflow (the data being processed is beyond the allowable range)
ASP0115
Unexpected error
Unexpected error (external object can catch Exception_name error, script cannot continue to run)
ASP0177
Server.CreateObject Failed
Server failed to create object (invalid ProgID)
ASP0190
Unexpected error
Unexpected error (when releasing external object, resulting in a catch error)
ASP0191
Unexpected error
Unexpected error (produces a catch error in the OnStartPage method of the external object)
ASP0192
Unexpected error
Unexpected error (produces a catch error in the OnEndPage method of the external object)
ASP0193
OnStartPage Failed
Generating an error in the OnStartPage method of an external object
ASP0194
OnEndPage Failed
Generating an error in the OnEndPage method of an external object
ASP0240
Script Engine Exception
Script engine throws Exception_anme exception from object_name object
ASP0241
CreateObject Exception object_name
The Creatobject method of the object caused the Exception_name exception
ASP0242
Query OnStartPage Nterface
Query Object object_name onsexception