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

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