Exception: Neo4j::Driver::Exceptions::TransientException

Inherits:
Neo4jException
  • Object
show all
Defined in:
lib/neo4j/driver/exceptions/transient_exception.rb

Overview

A TransientException signals a temporary fault that may be worked around by retrying. The error code provided can be used to determine further detail for the problem.

Since:

  • 1.0

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