ASP Error Codes Summary

For errors that involve a failure within the ASP DLL, the following are the common error codes that are returned. These are the codes you’ll find in the ASPCode property of the ASPError object when an error of this type occurs:

 

Error Code

Error Message and Extended Information

ASP 0100

Out of memory. (Unable to allocate the required memory.)

ASP 0101

Unexpected error. (The function returned exception_name.)

Error Code

Error Message and Extended Information

ASP 0102

Expecting string input.

ASP 0103

Expecting numeric input.

ASP 0104

Operation not allowed.

ASP 0105

Index out of range. (An array index is out of range.)

ASP 0106

Type Mismatch. (A data type was encountered that cannot be handled.)

ASP 0107

Stack Overflow. (The quantity of data being processed is above the permitted limit.)

ASP 0115

Unexpected error. (A trappable error exception_name occurred in an external object. The script cannot continue running.)

ASP 0177

Server.CreateObject Failed. (Invalid ProgID.)

ASP 0190

Unexpected error. (A trappable error occurred while releasing an external object.)

ASP 0191

Unexpected error. (A trappable error occurred in the OnStartPage method of an external object.)

ASP 0192

Unexpected error. (A trappable error occurred in the OnEndPage method of an external object.)

ASP 0193

OnStartPage Failed. (An error occurred in the OnStartPage method of an external object.)

ASP 0194

OnEndPage Failed. (An error occurred in the OnEndPage method of an external object.)

ASP 0240

Script Engine Exception. (A script engine threw exception exception_name in object_name from object_name.

ASP 0241

CreateObject Exception. (The CreateObject of object_name caused exception exception_name.)

ASP 0242

Query OnStartPage Interface Exception. (The querying object object_name’s OnStartPage or OnEndPage method caused exception exception_name.

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Live
  • YahooMyWeb
  • Yigg

If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

Comments

No comments yet.

Leave a comment

(required)

(required)