Constant client::rpc::error_codes::REQUEST_REJECTED_TOO_MANY_REQUESTS
source · pub const REQUEST_REJECTED_TOO_MANY_REQUESTS: i64 = -32072; // -32_072i64
Expand description
When there are too many rpc requests. We limit the number of allowed rpc requests for attack prevention.