Exception: Boltless::Errors::TransactionNotFoundError

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

#message, #response

Method Summary

Methods inherited from RequestError

#initialize

Constructor Details

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