Exception: HTTPX::WriteTimeoutError

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

Overview

Error raised when there was a timeout while sending a request from the server.

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