exception documentation
class ResumableUploadError(HttpError):
Constructor: ResumableUploadError(resp, content, uri)
Error occurred during resumable upload.
Inherited from HttpError:
| Method | __init__ |
Undocumented |
| Method | __repr__ |
Undocumented |
| Instance Variable | content |
Undocumented |
| Instance Variable | error |
Undocumented |
| Instance Variable | reason |
Undocumented |
| Instance Variable | resp |
Undocumented |
| Instance Variable | uri |
Undocumented |
| Property | status |
Return the HTTP status code from the response content. |
| Method | _get |
Calculate the reason for the error from the response content. |