Enum google_cloud_auth::error::Error [−][src]
pub enum Error {
ScopeOrAudienceRequired,
UnsupportedAccountType(String),
RefreshTokenIsRequired,
JsonError(Error),
JwtError(Error),
HyperError(Error),
HttpError(Error),
IOError(Error),
VarError(VarError),
NoHomeDirectoryFound,
DeserializeError(String),
NoPrivateKeyFound,
}Variants
ScopeOrAudienceRequired
UnsupportedAccountType(String)
Tuple Fields
0: StringRefreshTokenIsRequired
JsonError(Error)
Tuple Fields
0: ErrorJwtError(Error)
Tuple Fields
0: ErrorHyperError(Error)
Tuple Fields
0: ErrorHttpError(Error)
Tuple Fields
0: ErrorIOError(Error)
Tuple Fields
0: ErrorVarError(VarError)
Tuple Fields
0: VarErrorNoHomeDirectoryFound
DeserializeError(String)
Tuple Fields
0: StringNoPrivateKeyFound
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
