[[["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 exceeding a predefined threshold of transient failures, with `kUnavailable` status code being considered transient."],["Users can customize the policy's behavior by setting the `maximum_failures` parameter during object construction to control the number of transient errors tolerated, or even disable retries altogether by setting it to zero."],["The document provides details on the constructors, including copy and move constructors, as well as key functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()` and `clone()`."],["The document also provides a comprehensive list of version numbers for this class, ranging from version `2.37.0-rc` down to version `2.12.0`."]]],[]]