Exception: Forem::APIConnectionError
- Inherits:
-
ForemError
- Object
- StandardError
- ForemError
- Forem::APIConnectionError
- Defined in:
- lib/forem/errors.rb
Overview
Raised when a network-level error prevents the library from reaching the Forem server at all (e.g. DNS failure, connection refused, timeout).
The library will automatically retry up to Configuration#max_network_retries times before re-raising.
Instance Attribute Summary
Attributes inherited from ForemError
#code, #http_body, #http_headers, #http_status
Method Summary
Methods inherited from ForemError
Constructor Details
This class inherits a constructor from Forem::ForemError