[[["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-14 UTC."],[[["This document outlines the `RuleSetServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `RuleSetServiceConnection` that limits retries based on the number of detected errors."],["The policy will stop retrying if a non-transient error is returned, or if the number of transient failures exceeds a set threshold, where `kUnavailable` is considered a transient error."],["You can set the maximum number of transient errors by creating an instance with a specified `maximum_failures` value, and you can disable the retry loop entirely by setting this value to `0`."],["The class provides functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`, to control and understand the retry behavior."],["The latest version of the contentwarehouse document is 2.37.0-rc, with this document pertaining to version 2.22.1."]]],[]]