commit | e83d4462f5c50f8424d9e54be32c29390115a9ed | [log] [tgz] |
---|---|---|
author | arithmetic1728 <58957152+arithmetic1728@users.noreply.github.com> | Wed Apr 01 11:27:33 2020 -0700 |
committer | GitHub <noreply@github.com> | Wed Apr 01 11:27:33 2020 -0700 |
tree | 9c9fc2635320a4e3c567cded365c249d983cd5b5 | |
parent | 506c565a8c3c23a78fd0f17991bc6deb6f2528a9 [diff] [blame] |
feat: consolidate mTLS channel errors (#480) feat: consolidate mTLS channel errors
diff --git a/google/auth/exceptions.py b/google/auth/exceptions.py index 4f66dc2..9501386 100644 --- a/google/auth/exceptions.py +++ b/google/auth/exceptions.py
@@ -34,3 +34,7 @@ class DefaultCredentialsError(GoogleAuthError): """Used to indicate that acquiring default credentials failed.""" + + +class MutualTLSChannelError(GoogleAuthError): + """Used to indicate that mutual TLS channel creation is failed."""