Exception: Neo4j::Driver::Exceptions::Value::ValueException

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

Overview

A ValueException indicates that the client has carried out an operation on values incorrectly.

Since:

  • 1.0

Direct Known Subclasses

LossyCoercion, NotMultiValued, Uncoercible, Unsizable

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