Exception: HTTPX::ConnectTimeoutError
- Inherits:
-
TimeoutError
- Object
- StandardError
- Error
- TimeoutError
- HTTPX::ConnectTimeoutError
- Defined in:
- lib/httpx/errors.rb
Overview
Error raised when there was a timeout establishing the connection to a server. This may be raised due to timeouts during TCP and TLS (when applicable) connection establishment.
Instance Attribute Summary
Attributes inherited from TimeoutError
Method Summary
Methods inherited from TimeoutError
#initialize, #to_connection_error
Constructor Details
This class inherits a constructor from HTTPX::TimeoutError