Enum github_app_auth::AuthError [−][src]
pub enum AuthError {
JwtError(Error),
InvalidHeaderValue(InvalidHeaderValue),
ReqwestError(Error),
TimeError(SystemTimeError),
}Expand description
Authentication error enum.
Variants
JwtError(Error)An error occurred when trying to encode the JWT.
Tuple Fields of JwtError
0: ErrorInvalidHeaderValue(InvalidHeaderValue)The token cannot be encoded as an HTTP header.
Tuple Fields of InvalidHeaderValue
ReqwestError(Error)An HTTP request failed.
Tuple Fields of ReqwestError
0: ErrorTimeError(SystemTimeError)Something very unexpected happened with time itself.
Tuple Fields of TimeError
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for AuthError
impl !UnwindSafe for AuthError
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