Skip to content

Home > @idealeap/pipeline > PipelineOptions > errProcess

PipelineOptions.errProcess property

An optional function to handle errors that occur during the execution of the pipeline.

Signature:

typescript
errProcess?: (error: any, context: PipelineContext) => MaybePromise<boolean>;
errProcess?: (error: any, context: PipelineContext) => MaybePromise<boolean>;

Released under the MIT License.