Variable: E_OUTPUT_PIPELINE_ERROR
ts
const E_OUTPUT_PIPELINE_ERROR: CreatedException<[]>;Emitted (via the error event) when a non-abort error propagates out of the output 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. turnEnd still fires.