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
84 except UnexpectedBodyError:
96 except UnexpectedBodyError:
114 except UnexpectedBodyError:
/external/python/google-api-python-client/googleapiclient/
Derrors.py173 class UnexpectedBodyError(Error): class
178 super(UnexpectedBodyError, self).__init__(
Dhttp.py65 from googleapiclient.errors import UnexpectedBodyError
1658 raise UnexpectedBodyError(expected_body, body)
1663 raise UnexpectedBodyError(expected_body, body)
/external/python/google-api-python-client/docs/epy/
Dapi-objects.txt177 googleapiclient.errors.UnexpectedBodyError googleapiclient.errors.UnexpectedBodyError-class.html
178 googleapiclient.errors.UnexpectedBodyError.__init__ googleapiclient.errors.UnexpectedBodyError-clas…