Enum oauth2::error::OAuthError
[−]
[src]
pub enum OAuthError<E: UserError> { Utf8Error(Utf8Error), FromUtf8Error(FromUtf8Error), Url(ParseError), Io(IoError), AuthzBadRequest, AuthzMissingClientId, AuthzUnknownClient, AuthzRedirectUrlNotRegistered, AuthzGrantTypeMissing, AuthzClientIdMismatch, ClientCodeMissing, ClientStateMissing, ClientNonceMismatch, UnexpectedStatusCode, UserError(E), }
These are errors returned to the caller
Variants
Utf8Error | ||
FromUtf8Error | ||
Url | ||
Io | ||
AuthzBadRequest | ||
AuthzMissingClientId | ||
AuthzUnknownClient | ||
AuthzRedirectUrlNotRegistered | ||
AuthzGrantTypeMissing | ||
AuthzClientIdMismatch | ||
ClientCodeMissing | ||
ClientStateMissing | ||
ClientNonceMismatch | ||
UnexpectedStatusCode | ||
UserError |