ErrorMessageDetailed - cBaseWebComponent

Returns a detailed (more technical) error message for an index in the error queue

Type: Function

Return Data Type: String

Parameters: Integer iItem

ParameterDescription
iItemIndex item number (zero-based)


Return Value

Detailed error message for a zero-based item in the error queue


Syntax
Function ErrorMessageDetailed Integer iItem Returns String

Call: 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.