exception documentation
class HttpError(Error):
Known subclasses: googleapiclient.errors.BatchError, googleapiclient.errors.ResumableUploadError
Constructor: HttpError(resp, content, uri)
HTTP data was invalid or unexpected.
| 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. |