Exception: OrientdbClient::HttpAdapterError

Inherits:
OrientdbError
  • Object
show all
Defined in:
lib/orientdb_client/errors.rb

Overview

Some adapters, e.g. Curb, have many different errors they may raise, and we don’t want to have to worry about rescuing each individual one (e.g. FTPError), so if we get an exception from an adapter for which we don’t have a clear mapping to a native OrientdbClient error, just wrap it in HttpAdapterError.

Instance Attribute Summary

Attributes inherited from OrientdbError

#http_code, #response_body

Method Summary

Methods inherited from OrientdbError

#initialize

Constructor Details

This class inherits a constructor from OrientdbClient::OrientdbError