Exception: Neo4j::Driver::Exceptions::ResultConsumedException

Inherits:
ClientException show all
Defined in:
lib/neo4j/driver/exceptions/result_consumed_exception.rb

Overview

A user is trying to access resources that are no longer valid due to the resources have already been consumed or the QueryRunner where the resources are created has already been closed.

Instance Attribute Summary

Attributes inherited from Neo4jException

#code, #suppressed

Method Summary

Methods inherited from ClientException

unable_to_convert

Methods inherited from Neo4jException

#add_suppressed, #initialize

Constructor Details

This class inherits a constructor from Neo4j::Driver::Exceptions::Neo4jException