/AWS1/CL_LMDRETRYDETAILS¶
Information about retry attempts for an operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_currentattempt TYPE /AWS1/LMDATTEMPTCOUNT /AWS1/LMDATTEMPTCOUNT¶
The current attempt number for this operation.
iv_nextattemptdelayseconds TYPE /AWS1/LMDDURATIONSECONDS /AWS1/LMDDURATIONSECONDS¶
The delay before the next retry attempt, in seconds.
Queryable Attributes¶
CurrentAttempt¶
The current attempt number for this operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CURRENTATTEMPT() |
Getter for CURRENTATTEMPT |
NextAttemptDelaySeconds¶
The delay before the next retry attempt, in seconds.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTATTEMPTDELAYSECONDS() |
Getter for NEXTATTEMPTDELAYSECONDS, with configurable defaul |
ASK_NEXTATTEMPTDELAYSECONDS() |
Getter for NEXTATTEMPTDELAYSECONDS w/ exceptions if field ha |
HAS_NEXTATTEMPTDELAYSECONDS() |
Determine if NEXTATTEMPTDELAYSECONDS has a value |