Exception: Neo4j::Driver::Exceptions::ClientException
- Inherits:
-
Neo4jException
- Object
- RuntimeError
- Neo4jException
- Neo4j::Driver::Exceptions::ClientException
- Defined in:
- lib/neo4j/driver/exceptions/client_exception.rb
Overview
A ClientException indicates that the client has carried out an operation incorrectly. The error code provided can be used to determine further detail for the problem.
Direct Known Subclasses
FatalDiscoveryException, ResultConsumedException, SecurityException, TransactionNestingException, Value::ValueException
Instance Attribute Summary
Attributes inherited from Neo4jException
Class Method Summary collapse
Methods inherited from Neo4jException
Constructor Details
This class inherits a constructor from Neo4j::Driver::Exceptions::Neo4jException
Class Method Details
.unable_to_convert(object) ⇒ Object
11 12 13 |
# File 'lib/neo4j/driver/exceptions/client_exception.rb', line 11 def unable_to_convert(object) raise self, "Unable to convert #{object.class.name} to Neo4j Value." end |