[[["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-04-09 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."]]],[]]