Enum google_authz::AuthError [−][src]
pub enum AuthError {
Gcemeta(Error),
Http(Error),
StatusCode((Parts, Body)),
JsonDeserialize(Error),
TokenFormat(Response),
EnforceHttps(Option<String>),
}Expand description
Represents errors that can occur during fetching token.
Variants
Gcemeta(Error)
Tuple Fields
0: ErrorHttp(Error)
Tuple Fields
0: ErrorStatusCode((Parts, Body))
JsonDeserialize(Error)
Tuple Fields
0: ErrorTokenFormat(Response)
EnforceHttps(Option<String>)
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
