kulpa / google-api-python-client

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

Make BatchHttpRequest errors accessible #159

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Errors from BatchHttpRequest are stored in private data members, leaving users 
of the class with no good mechanism for reacting to them.

Original issue reported on code.google.com by yova...@google.com on 28 Jun 2012 at 7:25

GoogleCodeExporter commented 9 years ago
I neglected to observe at the time that we can provide callbacks for reacting 
to errors, so this shouldn't be necessary.

There is, however, some documentation that needs updating to note the exception 
callback argument:

http://code.google.com/p/google-api-python-client/wiki/Batch
http://code.google.com/p/google-api-python-client/source/browse/apiclient/http.p
y#829
http://code.google.com/p/google-api-python-client/source/browse/apiclient/http.p
y#1030

Original comment by yova...@google.com on 10 Jul 2012 at 3:01

GoogleCodeExporter commented 9 years ago
Thanks!

Wiki has been updated. CL out for review http://codereview.appspot.com/6354092/

Original comment by jcgregorio@google.com on 11 Jul 2012 at 3:47

GoogleCodeExporter commented 9 years ago
Committed at 
http://code.google.com/p/google-api-python-client/source/detail?r=0bbb53871d091e
77ffd01309b36958519d6df6cb

Original comment by jcgregorio@google.com on 17 Jul 2012 at 2:33