ErrorMessageDetailed - cBaseWebComponent
Returns a detailed (more technical) error message for an index in the error queue
Type: Function
Return Data Type: String
Parameters
| Parameter | Type | Description |
|---|---|---|
| iItem | Integer | Index item number (zero-based) |
Syntax
Function ErrorMessageDetailed Integer iItem Returns String
Call Example
Get ErrorMessageDetailed iItem to StringVariable
Description
ErrorMessageDetailed returns a detailed error message for a zero based item in the error queue. In addition to the information provided by ErrorMessage it contains the error number, the line number error and table/column numbers. This is information, which might not be meaningful to an end user, could be of value to the developer.
See ErrorQueueStart for more information on queued errors.
Return Value
Detailed error message for a zero-based item in the error queue