Exception: DeskApi::Error::InternalServerError
- Inherits:
-
ServerError
- Object
- StandardError
- DeskApi::Error
- ServerError
- DeskApi::Error::InternalServerError
- Defined in:
- lib/desk_api/error/internal_server_error.rb
Overview
Raised when Desk returns the HTTP status code 500
Constant Summary collapse
- HTTP_STATUS_CODE =
500
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