Attribute or method
|
Description
|
ERROR attribute
|
If the ABL statement uses the NO-ERROR option and the AVM raises the ERROR condition, then this attribute is set to TRUE.If a method on an ABL system object generates an error message, the AVM does not raise error and this attribute remains FALSE. ABL treats built-in method errors as warnings rather than true errors.
|
ERROR-OBJECT-DETAIL attribute
|
If a Web service method returns a SOAP fault, the AVM stores the SOAP fault information in an ABL SOAP-fault object and raises ERROR. The AVM stores a handle reference to the SOAP-fault object in this attribute.
|
NUM-MESSAGES attribute
|
Provides an integer count of all the error messages generated by the statement with the NO-ERROR option.
|
GET-MESSAGE( index ) method
|
Allows you to retrieve the specified error string. The index runs from 1 to the value of NUM-MESSAGES.
|
GET-NUMBER( index ) method
|
Allows you to retrieve the specified error number. The index runs from 1 to the value of NUM-MESSAGES.
|