[[["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 information on the `ControlServiceLimitedErrorCountRetryPolicy` class, which is designed to handle retries for the `ControlServiceConnection` in the Google Cloud Retail C++ library."],["The `ControlServiceLimitedErrorCountRetryPolicy` class manages retries by counting errors, stopping when a non-transient error occurs or a set number of transient failures (like `kUnavailable`) is exceeded."],["You can initialize `ControlServiceLimitedErrorCountRetryPolicy` with a specified number of transient errors it will tolerate, or effectively disable the retry loop entirely by setting `maximum_failures` to 0."],["The class includes methods like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` for managing and evaluating the retry policy."],["The latest version of this documentation is for version 2.37.0-rc, and there are various previous version listed back to 2.11.0."]]],[]]