Expand description
Module containing various error types.
Re-exports§
pub use crate::client::SendError;
pub use crate::external_account::CredentialSourceError;
pub use crate::storage::TokenStorageError;
Structs§
- Auth
Error - Error returned by the authorization server.
Enums§
- Auth
Error Code - The error code returned by the authorization server.
- Error
- Encapsulates all possible results of the
token(...)
operation