Home
last modified time | relevance | path

Searched refs:UnexpectedBodyError (Results 1 – 4 of 4) sorted by relevance

/external/python/google-api-python-client/tests/
Dtest_mocks.py30 from googleapiclient.errors import UnexpectedBodyError
83 except UnexpectedBodyError:
95 except UnexpectedBodyError:
109 except UnexpectedBodyError:
/external/python/google-api-python-client/googleapiclient/
Derrors.py151 class UnexpectedBodyError(Error): class
156 super(UnexpectedBodyError, self).__init__(
Dhttp.py65 from googleapiclient.errors import UnexpectedBodyError
1584 raise UnexpectedBodyError(expected_body, body)
1589 raise UnexpectedBodyError(expected_body, body)
/external/python/google-api-python-client/docs/epy/
Dapi-objects.txt156 googleapiclient.errors.UnexpectedBodyError googleapiclient.errors.UnexpectedBodyError-class.html
157 googleapiclient.errors.UnexpectedBodyError.__init__ googleapiclient.errors.UnexpectedBodyError-clas…