Exception: CloudflareClient::ServerError
- Inherits:
-
ResponseError
- Object
- StandardError
- ResponseError
- CloudflareClient::ServerError
- Defined in:
- lib/cloudflare_client/middleware/response/raise_error.rb
Overview
An exception that is raised when a response status in the 5xx range is encountered. There’s a number of subclasses that allow you to granularly handle specific status codes.
Direct Known Subclasses
BadGateway, GatewayTimeout, InternalServerError, ServiceUnavailable
Instance Attribute Summary
Attributes inherited from ResponseError
#method, #response, #uri, #url
Method Summary
Methods inherited from ResponseError
Constructor Details
This class inherits a constructor from CloudflareClient::ResponseError