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