/AWS1/CL_S3OFAILEDREASON¶
The failure reason, if any, for a create or delete endpoint operation.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_errorcode
TYPE /AWS1/S3OERRORCODE
/AWS1/S3OERRORCODE
¶
The failure code, if any, for a create or delete endpoint operation.
iv_message
TYPE /AWS1/S3OMESSAGE
/AWS1/S3OMESSAGE
¶
Additional error details describing the endpoint failure and recommended action.
Queryable Attributes¶
ErrorCode¶
The failure code, if any, for a create or delete endpoint operation.
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 |
Message¶
Additional error details describing the endpoint failure and recommended action.
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 |