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

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