Exception: DeskApi::Error::NotFound
- Inherits:
-
ClientError
- Object
- StandardError
- DeskApi::Error
- ClientError
- DeskApi::Error::NotFound
- Defined in:
- lib/desk_api/error/not_found.rb
Overview
Raised when desk.com returns the HTTP status code 404
Constant Summary collapse
- HTTP_STATUS_CODE =
404
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