Graphorin API reference v0.12.1
Graphorin API reference / @graphorin/core / / RunError
Interface: RunError
Defined in: packages/core/src/types/run.ts:315
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:317 |
details? | readonly | unknown | packages/core/src/types/run.ts:318 |
message | readonly | string | packages/core/src/types/run.ts:316 |