[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This document provides documentation for the `RuleSetServiceLimitedErrorCountRetryPolicy` class, which is a retry policy designed for `RuleSetServiceConnection` that limits retries based on the number of errors."],["The policy stops retrying if a non-transient error is encountered or if the number of transient failures exceeds the defined maximum, and only the `kUnavailable` status code is treated as a transient error."],["Constructors are available to create an instance of the class, including one that allows for setting the `maximum_failures` to define the maximum amount of transient errors, including an option to disable retries entirely by setting the `maximum_failures` to 0."],["The `RuleSetServiceLimitedErrorCountRetryPolicy` class has functions to manage the policy, such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`."],["The content lists the available versions, ranging from 2.12.0 to the latest release candidate 2.37.0-rc, for the `RuleSetServiceLimitedErrorCountRetryPolicy`."]]],[]]