Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/core / / RunError
Interface: RunError
Defined in: packages/core/src/types/run.ts:119
Failure carried by RunState.error. The shape mirrors the wire format used by agent.error events.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
code | readonly | string | packages/core/src/types/run.ts:121 |
details? | readonly | unknown | packages/core/src/types/run.ts:122 |
message | readonly | string | packages/core/src/types/run.ts:120 |