Searched refs:core_exceptions (Results 1 – 4 of 4) sorted by relevance
22 from google.api_core import exceptions as core_exceptions # type: ignore unknown97 raise core_exceptions.DuplicateCredentialArgs(132 core_exceptions.ServiceUnavailable,146 core_exceptions.ServiceUnavailable,160 core_exceptions.ServiceUnavailable,174 core_exceptions.ServiceUnavailable,
21 from google.api_core import exceptions as core_exceptions # type: ignore unknown200 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)
18 from google.api_core import exceptions as core_exceptions unknown48 except core_exceptions.GoogleAPIError as e:61 except core_exceptions.GoogleAPIError as e:
29 from google.api_core import exceptions as core_exceptions unknown492 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):