rails / 7.1 / activerecord / serializationfailure.html

class ActiveRecord::SerializationFailure

Parent:
ActiveRecord::TransactionRollbackError

SerializationFailure will be raised when a transaction is rolled back by the database due to a serialization failure.

This is a subclass of TransactionRollbackError, please make sure to check its documentation to be aware of its caveats.

© 2004–2021 David Heinemeier Hansson
Licensed under the MIT License.