macro_rules! auth_error {
($msg:expr, $err:expr) => { ... };
}Expand description
Create an auth error response (401, ErrorKind::Auth)
macro_rules! auth_error {
($msg:expr, $err:expr) => { ... };
}Create an auth error response (401, ErrorKind::Auth)