/AWS1/CL_LMDCHAINEDINVOKEDETS¶
Contains details about a chained function invocation in a durable execution, including the target function and invocation parameters.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_result TYPE /AWS1/LMDOPERATIONPAYLOAD /AWS1/LMDOPERATIONPAYLOAD¶
The response payload from the chained invocation.
io_error TYPE REF TO /AWS1/CL_LMDERROROBJECT /AWS1/CL_LMDERROROBJECT¶
Details about the chained invocation failure.
Queryable Attributes¶
Result¶
The response payload from the chained invocation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESULT() |
Getter for RESULT, with configurable default |
ASK_RESULT() |
Getter for RESULT w/ exceptions if field has no value |
HAS_RESULT() |
Determine if RESULT has a value |
Error¶
Details about the chained invocation failure.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERROR() |
Getter for ERROR |