Opus.Pipeline.Stage.Step (Opus v0.7.0) 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
Functions
Callback implementation for Opus.Pipeline.Stage.run/2
.
Link to this section Functions
Callback implementation for Opus.Pipeline.Stage.run/2
.