/AWS1/CL_OSRCAPABILITYFAILURE¶
Information about a capability failure.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_reason TYPE /AWS1/OSRCAPABFAILUREREASON /AWS1/OSRCAPABFAILUREREASON¶
The reason for the capability failure. Possible values:
KMS_KEY_INSUFFICIENT_PERMISSION.
iv_details TYPE /AWS1/OSRCAPABFAILUREDETAILS /AWS1/OSRCAPABFAILUREDETAILS¶
Additional details about the capability failure.
Queryable Attributes¶
reason¶
The reason for the capability failure. Possible values:
KMS_KEY_INSUFFICIENT_PERMISSION.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REASON() |
Getter for REASON, with configurable default |
ASK_REASON() |
Getter for REASON w/ exceptions if field has no value |
HAS_REASON() |
Determine if REASON has a value |
details¶
Additional details about the capability failure.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DETAILS() |
Getter for DETAILS, with configurable default |
ASK_DETAILS() |
Getter for DETAILS w/ exceptions if field has no value |
HAS_DETAILS() |
Determine if DETAILS 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_CAPABILITYFAILURES¶
TYPES TT_CAPABILITYFAILURES TYPE STANDARD TABLE OF REF TO /AWS1/CL_OSRCAPABILITYFAILURE WITH DEFAULT KEY
.