/AWS1/CL_SFNINSPECTIONERRDETS¶
An object containing data about a handled exception in the tested state.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_catchindex TYPE /AWS1/SFNEXCEPTIONHANDLERINDEX /AWS1/SFNEXCEPTIONHANDLERINDEX¶
The array index of the Catch which handled the exception.
iv_retryindex TYPE /AWS1/SFNEXCEPTIONHANDLERINDEX /AWS1/SFNEXCEPTIONHANDLERINDEX¶
The array index of the Retry which handled the exception.
iv_retrybackoffintervalsecs TYPE /AWS1/SFNRETRYBACKOFFINTERVA00 /AWS1/SFNRETRYBACKOFFINTERVA00¶
The duration in seconds of the backoff for a retry on a failed state invocation.
Queryable Attributes¶
catchIndex¶
The array index of the Catch which handled the exception.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CATCHINDEX() |
Getter for CATCHINDEX, with configurable default |
ASK_CATCHINDEX() |
Getter for CATCHINDEX w/ exceptions if field has no value |
HAS_CATCHINDEX() |
Determine if CATCHINDEX has a value |
retryIndex¶
The array index of the Retry which handled the exception.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RETRYINDEX() |
Getter for RETRYINDEX, with configurable default |
ASK_RETRYINDEX() |
Getter for RETRYINDEX w/ exceptions if field has no value |
HAS_RETRYINDEX() |
Determine if RETRYINDEX has a value |
retryBackoffIntervalSeconds¶
The duration in seconds of the backoff for a retry on a failed state invocation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RETRYBACKOFFINTERVALSECS() |
Getter for RETRYBACKOFFINTERVALSECONDS, with configurable de |
ASK_RETRYBACKOFFINTERVALSECS() |
Getter for RETRYBACKOFFINTERVALSECONDS w/ exceptions if fiel |
HAS_RETRYBACKOFFINTERVALSECS() |
Determine if RETRYBACKOFFINTERVALSECONDS has a value |