[[["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 part of the Google Cloud Content Warehouse C++ client library, specifically for versions ranging from 2.12.0 to 2.37.0-rc."],["The `RuleSetServiceLimitedErrorCountRetryPolicy` class implements a retry mechanism for `RuleSetServiceConnection`, halting retries after encountering a non-transient error or exceeding a specified count of transient failures, with `kUnavailable` as the only transient error considered."],["The policy's constructor `RuleSetServiceLimitedErrorCountRetryPolicy(int)` sets the maximum number of transient failures permitted, with a value of 0 effectively disabling the retry loop."],["The class offers methods to check for maximum failures, `maximum_failures()`, to check if it is exhausted `IsExhausted()`, to manage failure states with `OnFailure()`, and to check for permanent failure with `IsPermanentFailure(Status const &) const`, with also a `clone()` method to generate a new reset instance of the policy."],["The latest version of the documentation is for `2.37.0-rc`, with a listing of previous version's documentation going back to `2.12.0`."]]],[]]