[[["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-18 UTC."],[[["This webpage details the `RuleSetServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `RuleSetServiceConnection` that limits the number of transient errors before stopping retries."],["The policy ceases retrying when a non-transient error occurs or if the number of transient failures exceeds a predefined limit."],["The `kUnavailable` status code is the only one that will be treated as a transient error."],["You can control the number of allowed transient failures via the constructor parameter `maximum_failures`, or disable retries altogether with `maximum_failures` set to 0."],["This class includes methods to check if the policy is exhausted (`IsExhausted`), if a status represents a permanent failure (`IsPermanentFailure`), and to create a reset copy of the policy (`clone`)."]]],[]]