Macro http_error_insufficient_storage

Source
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.