exception documentation
class ResponseNeverReceived(ResponseFailed): (source)
Constructor: ResponseNeverReceived(reasons, response)
A ResponseFailed
that knows no response bytes at all have been received.
Inherited from ResponseFailed
:
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). |