exception documentation

class ResumableUploadError(HttpError):

Constructor: ResumableUploadError(resp, content, uri)

View In Hierarchy

Error occurred during resumable upload.

Inherited from HttpError:

Method __init__ Undocumented
Method __repr__ Undocumented
Instance Variable content Undocumented
Instance Variable error_details Undocumented
Instance Variable reason Undocumented
Instance Variable resp Undocumented
Instance Variable uri Undocumented
Property status_code Return the HTTP status code from the response content.
Method _get_reason Calculate the reason for the error from the response content.