[[["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 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."]]],[]]