Exception: HTTPX::ConnectTimeoutError

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

#timeout

Method Summary

Methods inherited from TimeoutError

#initialize, #to_connection_error

Constructor Details

This class inherits a constructor from HTTPX::TimeoutError