Exception: DeskApi::Error::NotAcceptable

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

#rate_limit

Method Summary

Methods inherited from DeskApi::Error

#backtrace, descendants, errors, from_response, inherited, #initialize

Constructor Details

This class inherits a constructor from DeskApi::Error