1
I am developing an elixir API and I have a certain process that performs 6 chain actions. My question is how to interrupt this execution each of these 6 actions has a problem.
I would not like to cascade into several case blocks.
Comparing with OO I would like a Return.
Someone has a good solution for this?