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.
Extends
Section titled “Extends”Error
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new ExtractionError(
result,outputPath):ExtractionError
Defined in: plan/planner.ts:32
Parameters
Section titled “Parameters”result
Section titled “result”outputPath
Section titled “outputPath”string[]
Returns
Section titled “Returns”ExtractionError
Overrides
Section titled “Overrides”Error.constructor
Properties
Section titled “Properties”outputPath
Section titled “outputPath”
readonlyoutputPath:string[]
Defined in: plan/planner.ts:34
result
Section titled “result”
readonlyresult:ExtractionFailure
Defined in: plan/planner.ts:33