rulvar API reference / @rulvar/rulvar / DroppedItem
Interface: DroppedItem
Defined in: packages/core/dist/index.d.ts
One dropped result: its source, scope, entry ref, and wire error.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
entryRef? | number | Seq of the terminal journal entry when one exists. | packages/core/dist/index.d.ts |
error | WireError | - | packages/core/dist/index.d.ts |
label? | string | - | packages/core/dist/index.d.ts |
scope | string | Scope path of the failed call. | packages/core/dist/index.d.ts |
source | "pipeline" | "agent-onerror-null" | "parallel-settled" | - | packages/core/dist/index.d.ts |