/AWS1/CL_APYEVALUATECODEERRDET¶
Contains the list of errors from a code evaluation response.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_message TYPE /AWS1/APYERRORMESSAGE /AWS1/APYERRORMESSAGE¶
The error payload.
it_codeerrors TYPE /AWS1/CL_APYCODEERROR=>TT_CODEERRORS TT_CODEERRORS¶
Contains the list of
CodeErrorobjects.
Queryable Attributes¶
message¶
The error payload.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE has a value |
codeErrors¶
Contains the list of
CodeErrorobjects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODEERRORS() |
Getter for CODEERRORS, with configurable default |
ASK_CODEERRORS() |
Getter for CODEERRORS w/ exceptions if field has no value |
HAS_CODEERRORS() |
Determine if CODEERRORS has a value |