[[["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-03-21 UTC."],[[["This webpage details the `RuleSetServiceLimitedErrorCountRetryPolicy`, a retry policy for `RuleSetServiceConnection` that limits retries based on the number of transient errors encountered."],["The policy terminates if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` status codes being the only errors considered transient."],["Constructors allow setting the maximum number of transient failures (`maximum_failures`) or copying existing policies, and setting it to 0 disables the retry loop."],["Functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` are provided to interact with and manage the retry policy."],["The page also contains a history of the versions for this documentation, with the latest being 2.37.0-rc and the current being version 2.33.0."]]],[]]