[[["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-08-14 UTC."],[[["This webpage provides documentation for the `ControlServiceLimitedErrorCountRetryPolicy` class within the Google Cloud Retail C++ library, which is currently at version 2.28.0 with a latest release candidate of version 2.37.0-rc."],["The `ControlServiceLimitedErrorCountRetryPolicy` is designed to manage retries for `ControlServiceConnection` by counting errors, and it halts retries upon encountering non-transient errors or when the number of transient failures exceeds a defined limit."],["Transient errors are considered those that return the status code `kUnavailable`, and the policy can be configured with a constructor to set the maximum number of tolerable transient errors, or disabled entirely if the `maximum_failures` is set to 0."],["The documentation also includes information on the available constructors, functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, as well as a type alias, `BaseType`, associated with this policy."]]],[]]