Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/core / DroppedItem

Interface: DroppedItem

Defined in: packages/core/src/engine/ctx.ts:352

One dropped result: its source, scope, entry ref, and wire error.

Properties

PropertyTypeDescriptionDefined in
entryRef?numberSeq of the terminal journal entry when one exists.packages/core/src/engine/ctx.ts:357
errorWireError-packages/core/src/engine/ctx.ts:359
label?string-packages/core/src/engine/ctx.ts:358
scopestringScope path of the failed call.packages/core/src/engine/ctx.ts:355
source"pipeline" | "agent-onerror-null" | "parallel-settled"-packages/core/src/engine/ctx.ts:353