Searched refs:MutualTLSChannelError (Results 1 – 13 of 13) sorted by relevance
47 raise exceptions.MutualTLSChannelError(55 new_exc = exceptions.MutualTLSChannelError(caught_exc)83 raise exceptions.MutualTLSChannelError(100 new_exc = exceptions.MutualTLSChannelError(caught_exc)
336 new_exc = exceptions.MutualTLSChannelError(caught_exc)353 new_exc = exceptions.MutualTLSChannelError(caught_exc)
398 new_exc = exceptions.MutualTLSChannelError(caught_exc)418 new_exc = exceptions.MutualTLSChannelError(caught_exc)
339 new_exc = exceptions.MutualTLSChannelError(caught_exc)
40 with pytest.raises(exceptions.MutualTLSChannelError):54 with pytest.raises(exceptions.MutualTLSChannelError):67 with pytest.raises(exceptions.MutualTLSChannelError):82 with pytest.raises(exceptions.MutualTLSChannelError):
271 with pytest.raises(exceptions.MutualTLSChannelError):280 with pytest.raises(exceptions.MutualTLSChannelError):
471 with pytest.raises(exceptions.MutualTLSChannelError):480 with pytest.raises(exceptions.MutualTLSChannelError):
451 with pytest.raises(exceptions.MutualTLSChannelError):
39 class MutualTLSChannelError(GoogleAuthError): class
40 from google.auth.exceptions import MutualTLSChannelError # type: ignore338 raise MutualTLSChannelError(
46 from google.auth.exceptions import MutualTLSChannelError611 raise MutualTLSChannelError(615 raise MutualTLSChannelError(654 raise MutualTLSChannelError(
44 from google.auth.exceptions import MutualTLSChannelError345 with pytest.raises(MutualTLSChannelError):
46 from google.auth.exceptions import MutualTLSChannelError784 with self.assertRaises(MutualTLSChannelError):