Skip to content

Latest commit

 

History

History
94 lines (51 loc) · 1.34 KB

File metadata and controls

94 lines (51 loc) · 1.34 KB

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

TestResultError interface

Error information from a test execution or operation.

Signature:

export interface TestResultError

Properties

Property

Modifiers

Type

Description

errorData

string | undefined

Additional error data in string format, if available

errorMessage

string | undefined

The error message, if available

errorType

string | undefined

The type/category of the error, if available

stackTrace

string[] | undefined

Stack trace lines from the error, if available