[[["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 document outlines the `RuleSetServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `RuleSetServiceConnection` that limits retries based on the number of errors encountered."],["The policy ceases retrying upon encountering a non-transient error or when the number of transient failures exceeds a predefined limit, with the status code `kUnavailable` being considered a transient error."],["The retry policy can be configured to tolerate a specific number of transient errors via the `maximum_failures` parameter in its constructor, and setting `maximum_failures` to 0 will disable the retry loop."],["The class provides functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`, offering detailed control and information about the retry policy's behavior."],["This document also provides multiple version numbers for this feature, ranging from 2.12.0 up to 2.37.0-rc."]]],[]]