/AWS1/CL_ACMFAILUREDETAILS¶
Contains details about a failure.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_reason TYPE /AWS1/ACMACMEDOMVLDTNFAILRSN /AWS1/ACMACMEDOMVLDTNFAILRSN¶
The reason for the failure.
iv_message TYPE /AWS1/ACMSTRING00 /AWS1/ACMSTRING00¶
A message describing the failure.
Queryable Attributes¶
Reason¶
The reason for the failure.
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 |
Message¶
A message describing the failure.
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 |