error handling
pypyr stops execution on any error by default. You can also handle errors instead, and selectively trap, ignore or retry exceptions.
| title | description |
|---|---|
| error handling | How to handle errors in your pipelines. |
| onError | Add custom error data on step error. |
| retry | Retry step until it succeeds. |
| swallow | Swallow step error & continue with pipeline. |