[[["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 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."]]],[]]