| |
| |
| |
| Return to Predefined Objects Page |
| |
|
The ERROR table contains error information. This table is only available when an error
condition has resulted.
To access values in this table, use the syntax ERROR.variableName
|
|
The ERROR object has several predefined values, as follows:
|
| |
| ERROR.FILE |
File (or script) that caused he error |
| ERROR.LINE |
Line number that error occurred on |
| ERROR.ERRTYPE |
Types: SCRIPT, PARSER, DATABASE, SECURITY, FILE, FTP, USER |
| ERROR.MESSAGE |
Generated error message, or THROWN message if type is USER |
| ERROR.DATA |
Data that caused the error |
|
| |
|
|