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