| Error Code | Error Message | Extended Information |
| ASP 0100 | Out of memory | Unabled to allocate the required memory. |
| ASP 0101 | Unexpected error | The function return exception_name. |
| ASP 0102 | Expecting string input | None |
| ASP 0103 | Expecting numeric input | None |
| ASP 0104 | Operation not allowed | None |
| 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 trapple error occured in an external object. The script cannot continue running. |
| ASP 0177 | Server.CreateObject Failed | Invalid ProgId |
| ASP 0190 | Unexpected error | A trapple error occurred while releasing an external object. |
| ASP 0191 | Unexpected error | A trapple error occurred in the OnStartPage method of an external object. |
| ASP 0192 | Unexpected error | A trapple 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 | An error occurred in the OnEndPage method of an external object. |
| ASP 0240 | Script Engine Exception | A script engine threw exception. |
| ASP 0241 | CreateObject Exception | The CreateObject caused an exception. |
| ASP 0242 | Query OnStartPage Interface Exception | The querying object OnStartPage caused an exception. |