/AWS1/CL_DZNATTRIBUTEERROR¶
The attribute error.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_attributeidentifier TYPE /AWS1/DZNATTRIBUTEIDENTIFIER /AWS1/DZNATTRIBUTEIDENTIFIER¶
The attribute ID as part of the attribute error.
iv_code TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING¶
The code generated as part of the attribute error.
iv_message TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING¶
The message generated as part of the attribute error.
Queryable Attributes¶
attributeIdentifier¶
The attribute ID as part of the attribute error.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTRIBUTEIDENTIFIER() |
Getter for ATTRIBUTEIDENTIFIER, with configurable default |
ASK_ATTRIBUTEIDENTIFIER() |
Getter for ATTRIBUTEIDENTIFIER w/ exceptions if field has no |
HAS_ATTRIBUTEIDENTIFIER() |
Determine if ATTRIBUTEIDENTIFIER has a value |
code¶
The code generated as part of the attribute error.
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 |
message¶
The message generated as part of the attribute error.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ATTRIBUTESERRORS¶
TYPES TT_ATTRIBUTESERRORS TYPE STANDARD TABLE OF REF TO /AWS1/CL_DZNATTRIBUTEERROR WITH DEFAULT KEY
.