Skip to content

ExtractionError

Defined in: plan/planner.ts:31

Error thrown when an extraction fails during emit execution. Carries the structured failure result and the output field path so that the runner can produce a proper Failure with correct node ID.

  • Error

new ExtractionError(result, outputPath): ExtractionError

Defined in: plan/planner.ts:32

ExtractionFailure

string[]

ExtractionError

Error.constructor

readonly outputPath: string[]

Defined in: plan/planner.ts:34


readonly result: ExtractionFailure

Defined in: plan/planner.ts:33