macro_rules! http_error_insufficient_storage {
    ($($arg:tt)*) => { ... };
}
Expand description

Constructs an Error with [http::StatusCode::INSUFFICIENT_STORAGE] from a string or existing non-anyhow error value.