Exception: Cloudflare::TimeoutError

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

#body, #status

Method Summary

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from Cloudflare::Error