[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 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`."]]],[]]