/AWS1/CL_GLUERRORDETAILS¶
An object containing error details.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_errorcode TYPE /AWS1/GLUERRORCODESTRING /AWS1/GLUERRORCODESTRING¶
The error code for an error.
iv_errormessage TYPE /AWS1/GLUERRORMESSAGESTRING /AWS1/GLUERRORMESSAGESTRING¶
The error message for an error.
Queryable Attributes¶
ErrorCode¶
The error code for an error.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORCODE() |
Getter for ERRORCODE, with configurable default |
ASK_ERRORCODE() |
Getter for ERRORCODE w/ exceptions if field has no value |
HAS_ERRORCODE() |
Determine if ERRORCODE has a value |
ErrorMessage¶
The error message for an error.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORMESSAGE() |
Getter for ERRORMESSAGE, with configurable default |
ASK_ERRORMESSAGE() |
Getter for ERRORMESSAGE w/ exceptions if field has no value |
HAS_ERRORMESSAGE() |
Determine if ERRORMESSAGE has a value |