Part of twisted.web.client View Source View In Hierarchy
ResponseFailed
indicates that all of the response to a request was not received for some
reason.Instance Variables | 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).
|
Method | __init__ | Undocumented |