/AWS1/CL_LOCJOBERROR¶
Error information for failed jobs.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_code TYPE /AWS1/LOCJOBERRORCODE /AWS1/LOCJOBERRORCODE¶
Error code indicating the type of error that occurred.
Optional arguments:¶
it_messages TYPE /AWS1/CL_LOCJOBERRORMSGSLIST_W=>TT_JOBERRORMESSAGESLIST TT_JOBERRORMESSAGESLIST¶
Error messages providing details about the failure.
Queryable Attributes¶
Code¶
Error code indicating the type of error that occurred.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODE() |
Getter for CODE, with configurable default |
ASK_CODE() |
Getter for CODE w/ exceptions if field has no value |
HAS_CODE() |
Determine if CODE has a value |
Messages¶
Error messages providing details about the failure.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGES() |
Getter for MESSAGES, with configurable default |
ASK_MESSAGES() |
Getter for MESSAGES w/ exceptions if field has no value |
HAS_MESSAGES() |
Determine if MESSAGES has a value |