Macro http_error_payment_required

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

Constructs an Error with hyper::StatusCode::PAYMENT_REQUIRED from a string or existing non-anyhow error value.