t.w.c.ResponseFailed(_WrapperException) : class documentation

Part of twisted.web.client View Source View In Hierarchy

Known subclasses: twisted.web._newclient.ResponseNeverReceived

ResponseFailed indicates that all of the response to a request was not received for some reason.
Instance Variable reasons A list of one or more Failure instances giving the reasons the response was considered to have failed.
Instance Variable response If specified, the Response received from the server (and in particular the status code and the headers).
Method __init__ Undocumented
reasons =
A list of one or more Failure instances giving the reasons the response was considered to have failed.
response =
If specified, the Response received from the server (and in particular the status code and the headers).
def __init__(self, reasons, response=None): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2012-09-01 11:44:56.