/AWS1/CL_IOSCOMPNDEXECSTATDETS¶
Additional information about a compute node that has failed.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_code TYPE /AWS1/IOSCOMPUTENODEERRORCODE /AWS1/IOSCOMPUTENODEERRORCODE¶
Classification of the failure.
iv_message TYPE /AWS1/IOSSTRING00 /AWS1/IOSSTRING00¶
Human-readable description of why the compute node failed.
Optional arguments:¶
it_details TYPE /AWS1/CL_IOSDETAILEDPLINERROR=>TT_DETAILEDERRORLIST TT_DETAILEDERRORLIST¶
Detailed error entries to help diagnose the failure.
Queryable Attributes¶
code¶
Classification of the failure.
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 why the compute node failed.
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¶
Detailed error entries to help diagnose the 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 |