onExecFailedImpl
Implementation for when the execute method fails.
This method is called after onExecFailed records the error information into the runner. This method should either return Unit to indicate that the pipeline should continue running, or Nothing to halt the pipeline.
Parameters
tr
The Throwable which led to execution failure.