Function jsonrpsee_types::error::reject_too_big_request
source · pub fn reject_too_big_request(limit: u32) -> ErrorObject<'static>
Expand description
Helper to get a JSON-RPC
error object when the maximum request size limit have been exceeded.