[[["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 encountered errors."],["The policy will stop retrying if a non-transient error is returned, or if the number of transient failures exceeds a predefined threshold, where `kUnavailable` is considered a transient error."],["You can disable the retry loop by instantiating this policy with a `maximum_failures` value of 0."],["The class provides methods to determine if the maximum number of failures has been reached (`IsExhausted`), check if a failure is permanent (`IsPermanentFailure`), and obtain the maximum allowed failures count (`maximum_failures`)."],["The documentation includes links to the documentation of `RuleSetServiceLimitedErrorCountRetryPolicy` for versions 2.12.0 up to 2.37.0-rc."]]],[]]