BasePipelineErrorHandler

Simple pipeline error handler that logs the error message.

Constructors

Link copied to clipboard
constructor()

Functions

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

Handles an exception thrown during any stage of the pipeline.