Home > @idealeap/pipeline > PipeOptions > errProcess
PipeOptions.errProcess property
An optional function to handle errors that occur during the execution of the pipe.
Signature:
typescript
errProcess?: (error: any, context: PipelineContext) => MaybePromise<boolean>;
errProcess?: (error: any, context: PipelineContext) => MaybePromise<boolean>;