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