Opus v0.5.0 Opus.Pipeline.Stage.Step View Source

The step stage defines an operation which is considered successful unless it returns an error atom :error or tuple {:error, _}. It is also considered failed and halts the pipeline when it raises an unexpected exception.

Link to this section Summary

Link to this section Functions

Callback implementation for Opus.Pipeline.Stage.run/2.