Macro hyper_middleware::payload_too_large
source · 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.