auth_error

Macro auth_error 

Source
macro_rules! auth_error {
    ($variant:ident) => { ... };
    ($variant:ident, $($arg:expr),*) => { ... };
}
Expand description

A helper macro for creating AuthError variants of AppError.