Home
last modified time | relevance | path

Searched refs:GoogleAPIError (Results 1 – 2 of 2) sorted by relevance

/external/python/python-api-core/google/api_core/
Dexceptions.py51 class GoogleAPIError(Exception): class
57 class DuplicateCredentialArgs(GoogleAPIError):
63 class RetryError(GoogleAPIError):
98 class GoogleAPICallError(GoogleAPIError, metaclass=_GoogleAPICallErrorMeta):
/external/python/python-api-core/tests/unit/operations_v1/
Dtest_operations_rest_client.py492 with pytest.raises(core_exceptions.GoogleAPIError):
593 with pytest.raises(core_exceptions.GoogleAPIError):
633 with pytest.raises(core_exceptions.GoogleAPIError):
671 with pytest.raises(core_exceptions.GoogleAPIError):