macro_rules! forbidden {
($($t:tt)*) => { ... };
}Expand description
Error to indicate that the requestor’s credentials do not authorize the request to be fulfilled
macro_rules! forbidden {
($($t:tt)*) => { ... };
}Error to indicate that the requestor’s credentials do not authorize the request to be fulfilled