aboutsummaryrefslogtreecommitdiff
path: root/googleapiclient/errors.py
AgeCommit message (Expand)Author
2021-09-02fix: remove repeated calls to self._get_reason (#1513)Cheskel Twersky
2021-04-03feat: Adds support for errors.py to also use 'errors' for error_details (#1281)vinay-google
2021-03-17feat: add status_code property on http error handling (#1185)William Marquardt
2020-12-09fix: Improve support for error_details (#1126)Anthonios Partheniou
2020-11-08docs: Change error parsing to check for 'message' (#1083)Muad Mohamed
2020-04-20docs: Fix simple typo: occured -> occurred (#828)Tim Gates
2019-10-30chore: blacken (#772)Bu Sun Kim
2019-08-12Look for field 'detail' in error message. (#739)Bu Sun Kim
2018-04-26Remove oauth2client._helpers dependency (#493)Helen Koike
2017-07-17Fix details missing in googleapiclient.errors.HttpError (#412)Son CHU
2016-10-31Fix unprintable message with BatchError repr (#165)ittus
2016-10-14handle errors when received an array from api (#289)Thang Minh Vu
2016-08-15Add support for oauth2client >= 3.0.0, < 4.0.0. (#265)Jon Wayne Parrott
2015-03-26Fix unicode issues in HttpError and BatchHttpRequestINADA Naoki
2015-03-04Make 2/3 compatible code with python-modernizeINADA Naoki
2015-03-02Replace remaining python2.4 shebang lines.Craig Citro
2014-09-23Update copyright lines.Craig Citro
2014-08-18Use json from the stdlib.Craig Citro
2014-07-25Updated Copyright YearsMichael Mattioli
2014-04-24Transition apiclient from googlecode to github.John Asmuth