1. a5d2081 feat: Adds support for errors.py to also use 'errors' for error_details (#1281) by vinay-google · 3 years, 4 months ago
  2. db2a766 feat: add status_code property on http error handling (#1185) by William Marquardt · 3 years, 4 months ago
  3. e6a1da3 fix: Improve support for error_details (#1126) by Anthonios Partheniou · 3 years, 8 months ago
  4. a341c5a docs: Change error parsing to check for 'message' (#1083) by Muad Mohamed · 3 years, 9 months ago
  5. 43fc0cf docs: Fix simple typo: occured -> occurred (#828) by Tim Gates · 4 years, 3 months ago
  6. 66bb32c chore: blacken (#772) by Bu Sun Kim · 4 years, 9 months ago
  7. 778eabe Look for field 'detail' in error message. (#739) by Bu Sun Kim · 5 years ago
  8. de13e3b Remove oauth2client._helpers dependency (#493) by Helen Koike · 6 years ago
  9. f6e2661 Fix details missing in googleapiclient.errors.HttpError (#412) by Son CHU · 7 years ago
  10. 5f00cad Fix unprintable message with BatchError repr (#165) by ittus · 8 years ago
  11. b7122b3 handle errors when received an array from api (#289) by Thang Minh Vu · 8 years ago
  12. 6755f61 Add support for oauth2client >= 3.0.0, < 4.0.0. (#265) by Jon Wayne Parrott · 8 years ago
  13. 0915761 Fix unicode issues in HttpError and BatchHttpRequest by INADA Naoki · 9 years ago
  14. e4ea1a9 Make 2/3 compatible code with python-modernize by INADA Naoki · 9 years ago
  15. 15744b1 Replace remaining python2.4 shebang lines. by Craig Citro · 9 years ago
  16. 751b7fb Update copyright lines. by Craig Citro · 10 years ago
  17. 6ae34d7 Use json from the stdlib. by Craig Citro · 10 years ago
  18. a09dc91 Updated Copyright Years by Michael Mattioli · 10 years ago
  19. 864311d Transition apiclient from googlecode to github. by John Asmuth · 10 years ago[Renamed from apiclient/errors.py]
  20. 1a5e30e A new push implementation. This updates us to the latest revision of the push by Joe Gregorio · 11 years ago
  21. baf0480 Make ResumableUploadError derive from HttpError. by Joe Gregorio · 11 years ago
  22. e7bbbb9 Handle reasons that are None. by Joe Gregorio · 11 years ago
  23. dc106fc Moving Resource class to module level to make it serializable. by Joe Gregorio · 12 years ago
  24. c80ac9d Handle passing streams directly to httplib2. by Joe Gregorio · 12 years ago
  25. 68a8cfe Flows no longer need to be saved between uses. by Joe Gregorio · 12 years ago
  26. 20b54fb More robust picking up JSON error responses. by Joe Gregorio · 12 years ago
  27. 3fb9367 Make batch errors align with normal errors. by Joe Gregorio · 12 years ago
  28. 549230c Fixes issue #85. Also moves all json imports to go through oauth2client.anyjson. Reviewed in http://codereview.appspot.com/5531064/. by Joe Gregorio · 13 years ago
  29. 5d1171b Fix Batch issues. Fixes issue #41. by Joe Gregorio · 13 years ago
  30. 66f5752 Add support for batch requests. by Joe Gregorio · 13 years ago
  31. d0bd388 Add support for resumable upload. by Joe Gregorio · 13 years ago
  32. dae2f55 Fix naming per review http://codereview.appspot.com/5375044/ by Joe Gregorio · 13 years ago
  33. 8b4df3f imported patch 22 by Joe Gregorio · 13 years ago
  34. a388ce3 Add checking of unexpected calls and unexpected provided body to by Joe Gregorio · 13 years ago
  35. fdf7c80 Add support for media uploads as they will appear in Discovery. by Joe Gregorio · 13 years ago
  36. 20a5aa9 Updated copyright notices where appropriate and refreshed generated docs. by Joe Gregorio · 13 years ago
  37. 4939655 Enhanced HttpError to now include the original request URI if possible. by Joe Gregorio · 13 years ago
  38. d4e1456 Fix some other tests broken by the new HttpError implementation by Joe Gregorio · 14 years ago
  39. 2dcc652 Improve error displaying, and move error display logic into the error module. by Ali Afshar · 14 years ago
  40. 3ad5e9a Add missing files from previous addition of mocks. by Joe Gregorio · 14 years ago