Skip to content
1 min read · 70 words

Variable: E_DISPATCH_PIPELINE_ERROR

ts
const E_DISPATCH_PIPELINE_ERROR: CreatedException<[]>;

Emitted (via the observability error hook) and re-thrown when a non-abort error propagates out of the input or output middleware pipeline during @nhtio/adk!DispatchRunner.dispatch.

Remarks

Not fatal — pipeline errors are recoverable runtime conditions. dispatch() rejects with this exception so callers can handle the failure via try/catch. Both dispatchInputPipeline and dispatchOutputPipeline share this one code — the runner does not split input vs. output at this layer.