Exceptions used in the google.auth package.
GoogleAuthError
[source]¶
Bases: Exception
Base class for all google.auth errors.
with_traceback
()¶
Exception.with_traceback(tb) â set self.__traceback__ to tb and return self.
TransportError
[source]¶
Bases: google.auth.exceptions.GoogleAuthError
Used to indicate an error occurred during an HTTP request.
with_traceback
()¶
Exception.with_traceback(tb) â set self.__traceback__ to tb and return self.
RefreshError
[source]¶
Bases: google.auth.exceptions.GoogleAuthError
Used to indicate that an refreshing the credentialsâ access token failed.
with_traceback
()¶
Exception.with_traceback(tb) â set self.__traceback__ to tb and return self.
UserAccessTokenError
[source]¶
Bases: google.auth.exceptions.GoogleAuthError
Used to indicate gcloud auth print-access-token
command failed.
with_traceback
()¶
Exception.with_traceback(tb) â set self.__traceback__ to tb and return self.
DefaultCredentialsError
[source]¶
Bases: google.auth.exceptions.GoogleAuthError
Used to indicate that acquiring default credentials failed.
with_traceback
()¶
Exception.with_traceback(tb) â set self.__traceback__ to tb and return self.
MutualTLSChannelError
[source]¶
Bases: google.auth.exceptions.GoogleAuthError
Used to indicate that mutual TLS channel creation is failed, or mutual TLS channel credentials is missing or invalid.
with_traceback
()¶
Exception.with_traceback(tb) â set self.__traceback__ to tb and return self.
ClientCertError
[source]¶
Bases: google.auth.exceptions.GoogleAuthError
Used to indicate that client certificate is missing or invalid.
with_traceback
()¶
Exception.with_traceback(tb) â set self.__traceback__ to tb and return self.
OAuthError
[source]¶
Bases: google.auth.exceptions.GoogleAuthError
Used to indicate an error occurred during an OAuth related HTTP request.
with_traceback
()¶
Exception.with_traceback(tb) â set self.__traceback__ to tb and return self.
ReauthFailError
(message=None)[source]¶
Bases: google.auth.exceptions.RefreshError
An exception for when reauth failed.
with_traceback
()¶
Exception.with_traceback(tb) â set self.__traceback__ to tb and return self.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4