Skip to content
1 min read · 60 words

Variable: E_INPUT_PIPELINE_ERROR

ts
const E_INPUT_PIPELINE_ERROR: CreatedException<[]>;

Emitted (via the error event) when a non-abort error propagates out of the input middleware pipeline during @nhtio/adk!TurnRunner.run.

Remarks

Not fatal — the turn runner emits this on the error event rather than throwing, so registered listeners can handle or log the failure without crashing the pipeline. Dispatch and output middleware are skipped; turnEnd still fires.