[[["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 provides documentation for the `RuleSetServiceLimitedErrorCountRetryPolicy` class, which is a retry policy designed for `RuleSetServiceConnection` that limits retries based on the number of errors encountered."],["The policy will cease retrying if a non-transient error is returned or if the number of transient errors surpasses a predefined maximum."],["`kUnavailable` is the only status code treated as a transient error by this specific retry policy, as defined in the provided content."],["You can configure the maximum number of transient errors tolerated by the retry policy via the `RuleSetServiceLimitedErrorCountRetryPolicy(int)` constructor, or you can disable the retry loop by providing a 0 for the maximum failure amount."],["The content provides function, constructors, type aliases, parameters, and return types for the `RuleSetServiceLimitedErrorCountRetryPolicy` class."]]],[]]