Ecto.Multi.error
You're seeing just the function
error
, go back to Ecto.Multi module for more information.
Specs
Causes the multi to fail with the given value.
Running the multi in a transaction will execute no previous steps and returns the value of the first error added.