[][src]Module yup_oauth2::error

Module containing various error types.

Structs

AuthError

Error returned by the authorization server. https://tools.ietf.org/html/rfc6749#section-5.2 https://tools.ietf.org/html/rfc8628#section-3.5

Enums

AuthErrorCode

The error code returned by the authorization server.

Error

Encapsulates all possible results of the token(...) operation