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

Construct an Error with StatusCode::INSUFFICIENT_STORAGE from a string or existing non-anyhow error value.