Ecto.Repo.rollback
You're seeing just the callback
rollback
, go back to Ecto.Repo module for more information.
Specs
Rolls back the current transaction.
The transaction will return the value given as {:error, value}
.