Exception: Boltless::Errors::TransactionNotFoundError
- Inherits:
-
RequestError
- Object
- StandardError
- RequestError
- Boltless::Errors::TransactionNotFoundError
- Defined in:
- lib/boltless/errors/transaction_not_found_error.rb
Overview
This exception is raised when there is no open transaction at the neo4j server with the given identifier. The neo4j server closes an idling/inactive transaction after 60 seconds by default (after the last interaction). This value can be configured at the neo4j server.
Instance Attribute Summary
Attributes inherited from RequestError
Method Summary
Methods inherited from RequestError
Constructor Details
This class inherits a constructor from Boltless::Errors::RequestError