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.
macro_rules! proxy_authentication_required {
($($arg:tt)*) => { ... };
}
Construct an Error
with StatusCode::PROXY_AUTHENTICATION_REQUIRED
from a string or existing non-anyhow error value.