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