Module: Delfos::Neo4j::QueryExecution

Defined in:
lib/delfos/neo4j/query_execution/http.rb,
lib/delfos/neo4j/query_execution/sync.rb,
lib/delfos/neo4j/query_execution/errors.rb,
lib/delfos/neo4j/query_execution/http_query.rb,
lib/delfos/neo4j/query_execution/transactional.rb

Defined Under Namespace

Modules: HttpQuery Classes: ConnectionError, ExpiredTransaction, Http, InvalidCommit, InvalidQuery, Sync, Transactional

Constant Summary collapse

HTTP_ERRORS =
[
  EOFError,
  Errno::ECONNRESET,
  Errno::ECONNREFUSED,
  Errno::EINVAL,
  Net::HTTPBadResponse,
  Net::HTTPHeaderSyntaxError,
  Net::ProtocolError,
  Timeout::Error,
].freeze