onExecFailed

protected fun onExecFailed(tr: Throwable)

Callback method to run when the execute method fails.

This method should either return Unit to indicate that the pipeline should continue running, or throw an exception to halt the pipeline.

Parameters

tr

The Throwable which led to execution failure.