Home > @aws/durable-execution-sdk-js-testing > ChainedInvokeDetails
Details for a chained invoke operation result.
Signature:
export interface ChainedInvokeDetails<TResult = unknown>|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
|
(Optional) The error that occurred during the chained invoke operation, if any | ||
|
|
TResult |
(Optional) The successful result of the chained invoke operation, if available |