HarnessErrorContext
Generated by TypeDoc. Do not edit this page directly.
Interface: HarnessErrorContext
Section titled “Interface: HarnessErrorContext”Defined in: packages/core/src/runtime/types/errors.ts:64
Properties
Section titled “Properties”| Property | Type | Defined in |
|---|---|---|
category? | HarnessErrorCategory | packages/core/src/runtime/types/errors.ts:66 |
code? | HarnessErrorCode | packages/core/src/runtime/types/errors.ts:65 |
details? | unknown | packages/core/src/runtime/types/errors.ts:72 |
message? | string | packages/core/src/runtime/types/errors.ts:70 |
publicMessage? | string | packages/core/src/runtime/types/errors.ts:71 |
recoverable? | boolean | packages/core/src/runtime/types/errors.ts:68 |
severity? | HarnessErrorSeverity | packages/core/src/runtime/types/errors.ts:67 |
source? | HarnessEventSource | packages/core/src/runtime/types/errors.ts:69 |