class documentation

class ResponseFailed(_WrapperException): (source)

Known subclasses: twisted.web.client.ResponseNeverReceived

View In Hierarchy

ResponseFailed indicates that all of the response to a request was not received for some reason.
Method __init__ Undocumented
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).
def __init__(self, reasons, response=None): (source)
reasons = (source)
A list of one or more Failure instances giving the reasons the response was considered to have failed.
response = (source)
If specified, the Response received from the server (and in particular the status code and the headers).