[[["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 provides documentation for the `RuleSetServiceLimitedErrorCountRetryPolicy` class, which is designed for managing retries in the context of `RuleSetServiceConnection`."],["The retry policy stops if it encounters a non-transient error or if the number of transient errors exceeds a predefined limit, with `kUnavailable` status codes being the only transient errors."],["Constructors allow you to set the maximum number of transient errors that can be tolerated before stopping retries, with the ability to disable retries by setting the `maximum_failures` parameter to 0."],["The class includes functions to determine the maximum number of failures, check if the policy is exhausted, determine if a failure is permanent, and clone the policy."],["The `BaseType` type alias refers to `RuleSetServiceRetryPolicy`."]]],[]]