exception documentation

class RequestTransmissionFailed(_WrapperException):

Constructor: RequestTransmissionFailed(reasons)

View In Hierarchy

There was an error while sending the bytes which make up a request.

Instance Variable reasons A list of one or more Failure instances giving the reasons the request transmission was considered to have failed.

Inherited from _WrapperException:

Method __init__ Undocumented
reasons = ΒΆ

A list of one or more Failure instances giving the reasons the request transmission was considered to have failed.