Skip to content

Latest commit

 

History

History
68 lines (37 loc) · 1.11 KB

File metadata and controls

68 lines (37 loc) · 1.11 KB

Home > @aws/durable-execution-sdk-js-testing > ChainedInvokeDetails

ChainedInvokeDetails interface

Details for a chained invoke operation result.

Signature:

export interface ChainedInvokeDetails<TResult = unknown>

Properties

Property

Modifiers

Type

Description

error?

readonly

TestResultError

(Optional) The error that occurred during the chained invoke operation, if any

result?

readonly

TResult

(Optional) The successful result of the chained invoke operation, if available