Exception: Oz::APIStatusError
- Defined in:
- lib/oz/errors.rb
Overview
Raised for any non-2xx response that is not mapped to a more specific subclass below.
Direct Known Subclasses
AuthenticationError, BadRequestError, ConflictError, InternalServerError, NotFoundError, PermissionDeniedError, RateLimitError, UnprocessableEntityError
Instance Attribute Summary
Attributes inherited from APIError
#body, #code, #request_id, #response, #status_code
Method Summary
Methods inherited from APIError
Constructor Details
This class inherits a constructor from Oz::APIError