/AWS1/CL_CWSBTCUPEXCLUSIONWI02¶
An array of structures, where each structure includes an error indicating that one of the requests in the array was not valid.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_sloid TYPE /AWS1/CWSSVCLEVELOBJECTIVEID /AWS1/CWSSVCLEVELOBJECTIVEID¶
The SLO ID in the error.
iv_errorcode TYPE /AWS1/CWSEXCLUSIONWINDOWERRC00 /AWS1/CWSEXCLUSIONWINDOWERRC00¶
The error code.
iv_errormessage TYPE /AWS1/CWSEXCLUSIONWINDOWERRMSG /AWS1/CWSEXCLUSIONWINDOWERRMSG¶
The error message.
Queryable Attributes¶
SloId¶
The SLO ID in the error.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SLOID() |
Getter for SLOID, with configurable default |
ASK_SLOID() |
Getter for SLOID w/ exceptions if field has no value |
HAS_SLOID() |
Determine if SLOID has a value |
ErrorCode¶
The error code.
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.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_BTCUPDEXCLUSIONWINDOWSERRS¶
TYPES TT_BTCUPDEXCLUSIONWINDOWSERRS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWSBTCUPEXCLUSIONWI02 WITH DEFAULT KEY
.