Home > @aws/durable-execution-sdk-js-testing > ContextDetails
Details for a context operation result, containing either a successful result or an error.
Signature:
export interface ContextDetails<TResult = unknown>|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
|
TestResultError | undefined |
The error that occurred during the context operation, if any | |
|
|
TResult | undefined |
The successful result of the context operation, if available |