Home > @aws/durable-execution-sdk-js-testing > TestResultError
Error information from a test execution or operation.
Signature:
export interface TestResultError|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string | undefined |
Additional error data in string format, if available | ||
|
string | undefined |
The error message, if available | ||
|
string | undefined |
The type/category of the error, if available | ||
|
string[] | undefined |
Stack trace lines from the error, if available |