Exception: TheCity::Error::NotAcceptable

Inherits:
TheCity::Error show all
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

EnhanceYourCalm, RateLimited

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