twisted.web.client.PartialDownloadError(error.Error)
class documentationtwisted.web.client
View Source
(View In Hierarchy)
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 . (type: bytes ) |
Method | __init__ | Initializes a basic exception. |
Method | __str__ | Undocumented |