libpqxx
|
Transaction failed to serialize. Please retry it. More...
#include <except.hxx>
Public Member Functions | |
serialization_failure (const std::string &) | |
![]() | |
transaction_rollback (const std::string &) | |
![]() | |
failure (const std::string &) | |
![]() | |
virtual | ~pqxx_exception () noexcept=0 |
Support run-time polymorphism, and keep this class abstract. More... | |
virtual PQXX_CONST const std::exception & | base () const noexcept=0 |
Return std::exception base-class object. More... | |
Transaction failed to serialize. Please retry it.
Can only happen at transaction isolation levels REPEATABLE READ and SERIALIZABLE.
The current transaction cannot be committed without violating the guarantees made by its isolation level. This is the effect of a conflict with another ongoing transaction. The transaction may still succeed if you try to perform it again.
|
explicit |