pub(crate) fn is_range_limit_error(err: &RpcError<TransportErrorKind>) -> boolExpand description
Returns true if err is a provider range/result-size limit that retrying over a smaller
range can fix. Network, auth, rate-limit, and malformed-response errors return false.