/AWS1/CL_S3CJOBFAILURE¶
If this job failed, this element indicates why the job failed.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_failurecode TYPE /AWS1/S3CJOBFAILURECODE /AWS1/S3CJOBFAILURECODE¶
The failure code, if any, for the specified job.
iv_failurereason TYPE /AWS1/S3CJOBFAILUREREASON /AWS1/S3CJOBFAILUREREASON¶
The failure reason, if any, for the specified job.
Queryable Attributes¶
FailureCode¶
The failure code, if any, for the specified job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILURECODE() |
Getter for FAILURECODE, with configurable default |
ASK_FAILURECODE() |
Getter for FAILURECODE w/ exceptions if field has no value |
HAS_FAILURECODE() |
Determine if FAILURECODE has a value |
FailureReason¶
The failure reason, if any, for the specified job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILUREREASON() |
Getter for FAILUREREASON, with configurable default |
ASK_FAILUREREASON() |
Getter for FAILUREREASON w/ exceptions if field has no value |
HAS_FAILUREREASON() |
Determine if FAILUREREASON 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_JOBFAILURELIST¶
TYPES TT_JOBFAILURELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_S3CJOBFAILURE WITH DEFAULT KEY
.