//! Errors raised by [`crate::auth`].
//!
//! These cover only what the auth module can fail at — there are no HTTP
//! variants. The REST crate (`nordnet-api`) wraps this enum into its own
//! `Error::Auth(#[from] AuthError)` variant.
use Error;
/// All recoverable failures from [`crate::auth`].