/AWS1/CL_PIPFAILUREDETAILS¶
Represents information about failure details.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_type
TYPE /AWS1/PIPFAILURETYPE
/AWS1/PIPFAILURETYPE
¶
The type of the failure.
iv_message
TYPE /AWS1/PIPMESSAGE
/AWS1/PIPMESSAGE
¶
The message about the failure.
Optional arguments:¶
iv_externalexecutionid
TYPE /AWS1/PIPEXECUTIONID
/AWS1/PIPEXECUTIONID
¶
The external ID of the run of the action that failed.
Queryable Attributes¶
type¶
The type of the failure.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
message¶
The message about 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 |
externalExecutionId¶
The external ID of the run of the action that failed.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EXTERNALEXECUTIONID() |
Getter for EXTERNALEXECUTIONID, with configurable default |
ASK_EXTERNALEXECUTIONID() |
Getter for EXTERNALEXECUTIONID w/ exceptions if field has no |
HAS_EXTERNALEXECUTIONID() |
Determine if EXTERNALEXECUTIONID has a value |