Exception: Oz::APIConnectionError

Inherits:
APIError show all
Defined in:
lib/oz/errors.rb

Overview

Raised when the request could not reach the API at all (DNS failure, connection refused, TLS error, …).

Direct Known Subclasses

APITimeoutError

Instance Attribute Summary

Attributes inherited from APIError

#body, #code, #request_id, #response, #status_code

Method Summary

Methods inherited from APIError

#initialize

Constructor Details

This class inherits a constructor from Oz::APIError