/AWS1/CL_IOSPLINEXECSTATEDETS¶
Additional information about the current execution status. Populated when the execution has terminated.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_message TYPE /AWS1/IOSSTRING00 /AWS1/IOSSTRING00¶
Human-readable description of the outcome. For a failed execution, this describes why it failed; for a cancelled execution, this is the reason you supplied when calling CancelPipelineExecution.
Optional arguments:¶
iv_code TYPE /AWS1/IOSPIPELINEERRORCODE /AWS1/IOSPIPELINEERRORCODE¶
Classification of the failure. Present when the execution failed.
it_details TYPE /AWS1/CL_IOSDETAILEDPLINERROR=>TT_DETAILEDERRORLIST TT_DETAILEDERRORLIST¶
Per-step error entries to help diagnose a failed execution. Present when the execution failed.
Queryable Attributes¶
code¶
Classification of the failure. Present when the execution failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODE() |
Getter for CODE, with configurable default |
ASK_CODE() |
Getter for CODE w/ exceptions if field has no value |
HAS_CODE() |
Determine if CODE has a value |
message¶
Human-readable description of the outcome. For a failed execution, this describes why it failed; for a cancelled execution, this is the reason you supplied when calling CancelPipelineExecution.
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 |
details¶
Per-step error entries to help diagnose a failed execution. Present when the execution failed.
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 |