Ecto.Multi.error

You're seeing just the function error, go back to Ecto.Multi module for more information.
Link to this function

error(multi, name, value)

View Source

Specs

error(t(), name(), error :: term()) :: t()

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.