Exception: Boltless::Errors::TransactionInBadStateError
- Inherits:
-
RequestError
- Object
- StandardError
- RequestError
- Boltless::Errors::TransactionInBadStateError
- Defined in:
- lib/boltless/errors/transaction_in_bad_state_error.rb
Overview
This exception is raised when a transaction is going to be used, but is not usable in its current state. This may happen when a not-yet-started transaction should send a query, or when an already rolled back transaction should be used, etc.
Instance Attribute Summary
Attributes inherited from RequestError
Method Summary
Methods inherited from RequestError
Constructor Details
This class inherits a constructor from Boltless::Errors::RequestError