Exception: Neo4j::Driver::Exceptions::FatalDiscoveryException

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

Overview

This error indicate a fatal problem to obtain routing tables such as the routing table for a specified database does not exist. This exception should not be retried.

Since:

  • 4.0

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