Exception: Boltless::Errors::TransactionInBadStateError

Inherits:
RequestError
  • Object
show all
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

#message, #response

Method Summary

Methods inherited from RequestError

#initialize

Constructor Details

This class inherits a constructor from Boltless::Errors::RequestError