Exception: DeskApi::Error::InternalServerError

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

#rate_limit, #response

Method Summary

Methods inherited from DeskApi::Error

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

Constructor Details

This class inherits a constructor from DeskApi::Error