Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/python-api-core/google/api_core/operations_v1/transports/
Dbase.py22 from google.api_core import exceptions as core_exceptions # type: ignore unknown
97 raise core_exceptions.DuplicateCredentialArgs(
132 core_exceptions.ServiceUnavailable,
146 core_exceptions.ServiceUnavailable,
160 core_exceptions.ServiceUnavailable,
174 core_exceptions.ServiceUnavailable,
Drest.py21 from google.api_core import exceptions as core_exceptions # type: ignore unknown
200 raise core_exceptions.from_http_response(response)
277 raise core_exceptions.from_http_response(response)
347 raise core_exceptions.from_http_response(response)
424 raise core_exceptions.from_http_response(response)
/aosp_15_r20/external/tink/python/tink/integration/gcpkms/
H A D_gcp_kms_client.py18 from google.api_core import exceptions as core_exceptions unknown
48 except core_exceptions.GoogleAPIError as e:
61 except core_exceptions.GoogleAPIError as e:
/aosp_15_r20/external/python/python-api-core/tests/unit/operations_v1/
Dtest_operations_rest_client.py29 from google.api_core import exceptions as core_exceptions unknown
492 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):
725 with pytest.raises(core_exceptions.DuplicateCredentialArgs):