class documentation

class NetworkError(TransportError):

Known subclasses: httpx.CloseError, httpx.ConnectError, httpx.ReadError, httpx.WriteError

View In Hierarchy

The base class for network-related errors.

An error occurred while interacting with the network.

Inherited from RequestError (via TransportError):

Method __init__ Undocumented
Method request.setter Undocumented
Property request Undocumented
Instance Variable ​_request Undocumented