error handling

pypyr stops execution on any error by default. You can also handle errors instead, and selectively trap, ignore or retry exceptions.

titledescription
error handlingHow to handle errors in your pipelines.
onErrorAdd custom error data on step error.
retryRetry step until it succeeds.
swallowSwallow step error & continue with pipeline.
last updated on .