Exception: Neo4j::Driver::Exceptions::ConnectionReadTimeoutException

Inherits:
ServiceUnavailableException show all
Defined in:
lib/neo4j/driver/exceptions/connection_read_timeout_exception.rb

Overview

Indicates that read timed out due to it taking longer than the server-supplied timeout value via the connection.recv_timeout_seconds configuration hint. The server might provide this value to clients to let them know when a given connection may be considered broken if client does not get any communication from the server within the specified timeout period. This results in the server being removed from the routing table.

Constant Summary collapse

INSTANCE =
new('Connection read timed out due to it taking longer than the server-supplied timeout value via configuration hint.')

Instance Attribute Summary

Attributes inherited from Neo4jException

#code, #suppressed

Method Summary

Methods inherited from Neo4jException

#add_suppressed, #initialize

Constructor Details

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