Exception: OrientdbClient::HttpAdapterError
- Inherits:
-
OrientdbError
- Object
- StandardError
- OrientdbError
- OrientdbClient::HttpAdapterError
- 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
Method Summary
Methods inherited from OrientdbError
Constructor Details
This class inherits a constructor from OrientdbClient::OrientdbError