macro_rules! unauthorized {
($($t:tt)*) => { ... };
}
Expand description
Error to indicate that the user’s credentials are missing or nonsensical.
macro_rules! unauthorized {
($($t:tt)*) => { ... };
}
Error to indicate that the user’s credentials are missing or nonsensical.