Macro http_error_payload_too_large

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

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