Exception: DeskApi::Error::NotAcceptable
- Inherits:
-
ClientError
- Object
- StandardError
- DeskApi::Error
- ClientError
- DeskApi::Error::NotAcceptable
- Defined in:
- lib/desk_api/error/not_acceptable.rb
Overview
Raised when desk.com returns the HTTP status code 406
Constant Summary collapse
- HTTP_STATUS_CODE =
406
Instance Attribute Summary
Attributes inherited from DeskApi::Error
Method Summary
Methods inherited from DeskApi::Error
#backtrace, descendants, errors, from_response, inherited, #initialize
Constructor Details
This class inherits a constructor from DeskApi::Error