Exception: TheCity::Error::NotAcceptable
- Inherits:
-
TheCity::Error
- Object
- StandardError
- TheCity::Error
- TheCity::Error::NotAcceptable
- Defined in:
- lib/the_city/error/not_acceptable.rb
Overview
Raised when The City returns the HTTP status code 406
Constant Summary collapse
- HTTP_STATUS_CODE =
406
Constants inherited from TheCity::Error
Instance Attribute Summary
Attributes inherited from TheCity::Error
#code, #rate_limit, #wrapped_exception
Method Summary
Methods inherited from TheCity::Error
descendants, errors, from_response, inherited, #initialize
Constructor Details
This class inherits a constructor from TheCity::Error