[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["This page provides documentation for the `RuleSetServiceLimitedErrorCountRetryPolicy` class, which is designed for handling transient errors in RPCs for `RuleSetServiceConnection`."],["The retry policy halts if it encounters a non-transient error or if the number of transient failures exceeds a predefined limit, with `kUnavailable` status codes being the only codes considered transient in this context."],["The class supports creating instances with a specified `maximum_failures` limit, allowing users to disable retries by setting this value to zero, and also allowing users to clone the retry policy."],["Key functions include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, which handle checking the maximum number of errors, handling failure statuses, and state management."],["The documentation contains a multitude of previous version of the documentation, spanning all the way from 2.12.0 to the most recent 2.37.0-rc."]]],[]]