HarnessErrorShape
Generated by TypeDoc. Do not edit this page directly.
Interface: HarnessErrorShape
Section titled “Interface: HarnessErrorShape”Defined in: packages/core/src/runtime/types/errors.ts:29
Properties
Section titled “Properties”| Property | Type | Defined in |
|---|---|---|
category | HarnessErrorCategory | packages/core/src/runtime/types/errors.ts:33 |
cause? | unknown | packages/core/src/runtime/types/errors.ts:39 |
code | HarnessErrorCode | packages/core/src/runtime/types/errors.ts:30 |
details? | unknown | packages/core/src/runtime/types/errors.ts:40 |
message | string | packages/core/src/runtime/types/errors.ts:31 |
name? | string | packages/core/src/runtime/types/errors.ts:37 |
publicMessage? | string | packages/core/src/runtime/types/errors.ts:32 |
recoverable | boolean | packages/core/src/runtime/types/errors.ts:35 |
severity | HarnessErrorSeverity | packages/core/src/runtime/types/errors.ts:34 |
source? | HarnessEventSource | packages/core/src/runtime/types/errors.ts:36 |
stack? | string | packages/core/src/runtime/types/errors.ts:38 |