pub const REQUEST_REJECTED_LIMIT_DATA: i64 = -32041;
Expand description

When the request is considered too much for the rpc function. The consideration is set individually per rpc. It can be data too large, or it can be that some performance/security related parameter is outside the accepted range.

This is mostly an application error but it’s generic enough to define it here.