Ecto.Repo.rollback

You're seeing just the callback rollback, go back to Ecto.Repo module for more information.
Link to this callback

rollback(value)

View Source (optional)

Specs

rollback(value :: any()) :: no_return()

Rolls back the current transaction.

The transaction will return the value given as {:error, value}.