Exception: Cloudflare::TimeoutError
- Inherits:
-
ServerError
- Object
- StandardError
- Error
- ServerError
- Cloudflare::TimeoutError
- Defined in:
- lib/cloudflare/errors.rb
Overview
The no-response family: read/open timeouts and connect-level failures. No status, no body — the upstream never answered. Subclasses ServerError because the remedy is the same (transient; retry), so consumers that retry ServerError get timeouts for free.
Instance Attribute Summary
Attributes inherited from Error
Method Summary
Methods inherited from Error
Constructor Details
This class inherits a constructor from Cloudflare::Error