PipelineErrorHandler

Strategy used to handle errors that may occur across the pipeline.

Inheritors

Functions

Link copied to clipboard
abstract fun handle(error: PipelineException, sourceFunction: Function<*>?, action: () -> Unit)

Handles an exception thrown during any stage of the pipeline.