Enum google_authz::CredentialsError [−][src]
pub enum CredentialsError {
Gcemeta(Error),
ApiKeyFormat(InvalidUri),
CredentialsSource,
CredentialsFile(Error),
CredentialsFormat {
user: Error,
service_account: Error,
},
}Expand description
Represents errors that can occur during finding credentials.
Variants
Gcemeta(Error)
Tuple Fields
0: ErrorApiKeyFormat(InvalidUri)
Tuple Fields
0: InvalidUriCredentialsSource
CredentialsFile(Error)
Tuple Fields
0: ErrorCredentialsFormat
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
