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