Exception: HTTPX::TotalRequestTimeoutError

Inherits:
RequestTimeoutError show all
Defined in:
lib/httpx/errors.rb

Overview

Error raised when a response couldn’t be received for a request after multiple interactions. This error should not be retriable.

Instance Attribute Summary

Attributes inherited from RequestTimeoutError

#request

Attributes inherited from TimeoutError

#timeout

Method Summary

Methods inherited from RequestTimeoutError

#initialize, #marshal_dump

Methods inherited from TimeoutError

#initialize, #to_connection_error

Constructor Details

This class inherits a constructor from HTTPX::RequestTimeoutError