class twisted.web.client.PartialDownloadError(error.Error): (source)
Page was only partially downloaded, we got disconnected in middle.
Instance Variable | response | All of the response body which was downloaded. |
Inherited from Error:
Instance Variable | status | Refers to an HTTP status code, for example http.NOT_FOUND . |
Instance Variable | message | Undocumented |
Method | __init__ | Initializes a basic exception. |
Method | __str__ | Undocumented |