class documentation

class TransportError(RequestError):

Known subclasses: httpx.NetworkError, httpx.ProtocolError, httpx.ProxyError, httpx.TimeoutException, httpx.UnsupportedProtocol

View In Hierarchy

Base class for all exceptions that occur at the level of the Transport API.

Inherited from RequestError:

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