1ap / google-api-python-client

Automatically exported from code.google.com/p/google-api-python-client
Other
0 stars 0 forks source link

ResumableUploadError should be a subclass of HttpError #242

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Use client code like the following

try:
  foo.execute()
except apiclient.errors.HttpError, e:
  HandleError()

Inject an HTTP error during a resumable upload.

What is the expected output? What do you see instead?
The script dies due to an uncaught exception.  ResumableUploadError should be a 
subclass of HttpError so that it can be caught here.

What version of the product are you using? On what operating system?
1.0.0, Linux

Please provide any additional information below.

Original issue reported on code.google.com by jcon...@google.com on 25 Feb 2013 at 8:03

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 35b9250122d7.

Original comment by jcgregorio@google.com on 1 Mar 2013 at 6:49