Home
last modified time | relevance | path

Searched refs:MutualTLSChannelError (Results 1 – 13 of 13) sorted by relevance

/external/python/google-auth-library-python/google/auth/transport/
Dmtls.py47 raise exceptions.MutualTLSChannelError(
55 new_exc = exceptions.MutualTLSChannelError(caught_exc)
83 raise exceptions.MutualTLSChannelError(
100 new_exc = exceptions.MutualTLSChannelError(caught_exc)
Durllib3.py336 new_exc = exceptions.MutualTLSChannelError(caught_exc)
353 new_exc = exceptions.MutualTLSChannelError(caught_exc)
Drequests.py398 new_exc = exceptions.MutualTLSChannelError(caught_exc)
418 new_exc = exceptions.MutualTLSChannelError(caught_exc)
Dgrpc.py339 new_exc = exceptions.MutualTLSChannelError(caught_exc)
/external/python/google-auth-library-python/tests/transport/
Dtest_mtls.py40 with pytest.raises(exceptions.MutualTLSChannelError):
54 with pytest.raises(exceptions.MutualTLSChannelError):
67 with pytest.raises(exceptions.MutualTLSChannelError):
82 with pytest.raises(exceptions.MutualTLSChannelError):
Dtest_urllib3.py271 with pytest.raises(exceptions.MutualTLSChannelError):
280 with pytest.raises(exceptions.MutualTLSChannelError):
Dtest_requests.py471 with pytest.raises(exceptions.MutualTLSChannelError):
480 with pytest.raises(exceptions.MutualTLSChannelError):
Dtest_grpc.py451 with pytest.raises(exceptions.MutualTLSChannelError):
/external/python/google-auth-library-python/google/auth/
Dexceptions.py39 class MutualTLSChannelError(GoogleAuthError): class
/external/python/python-api-core/google/api_core/operations_v1/
Dabstract_operations_base_client.py40 from google.auth.exceptions import MutualTLSChannelError # type: ignore
338 raise MutualTLSChannelError(
/external/python/google-api-python-client/googleapiclient/
Ddiscovery.py46 from google.auth.exceptions import MutualTLSChannelError
611 raise MutualTLSChannelError(
615 raise MutualTLSChannelError(
654 raise MutualTLSChannelError(
/external/python/python-api-core/tests/unit/operations_v1/
Dtest_operations_rest_client.py44 from google.auth.exceptions import MutualTLSChannelError
345 with pytest.raises(MutualTLSChannelError):
/external/python/google-api-python-client/tests/
Dtest_discovery.py46 from google.auth.exceptions import MutualTLSChannelError
784 with self.assertRaises(MutualTLSChannelError):