macro_rules! http_error_insufficient_storage {
($($arg:tt)*) => { ... };
}Expand description
Constructs an Error with hyper::StatusCode::INSUFFICIENT_STORAGE from a string or existing non-anyhow error value.
macro_rules! http_error_insufficient_storage {
($($arg:tt)*) => { ... };
}Constructs an Error with hyper::StatusCode::INSUFFICIENT_STORAGE from a string or existing non-anyhow error value.