The Error table contains one entry for each unhanded error generated during request execution (this includes all simple request errors, and script errors which were not caught by a error handler).
| Column Name | Column Datatype | Column Null Option | Column Comment |
| executionid | integer | not null | The ID from the Execution table for the execution which produced the error. |
| errororder | integer | not null | Unique incrementing value to distinguish errors from one execution. |
| requestid | integer | not null | The ID from the Request table for the request which produced the error. |
| errorcode | integer | not null | The error code from include file scriptgen.h. |
| errormessage | varchar(255) | not null | The error message test from script resource file runerr.rc with specific error information added. |
| errorseverity | integer | not null | The severity of the error message (1-9, determined by ????? in SQL). |
| errortime | date | not null | The Datetime at which the error was generated. |
Product Name: Data Transformer
Table Type: Table