[[["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 `CompletionServiceLimitedErrorCountRetryPolicy`, a class that manages retries for `CompletionServiceConnection` in the Google Cloud Retail C++ library."],["The retry policy stops when a non-transient error occurs or when the number of transient failures exceeds a specified maximum, with `kUnavailable` status codes being the only errors treated as transient."],["The class has constructors to set the maximum number of transient errors and provides methods like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()` to manage and evaluate the retry policy's behavior."],["The `clone()` method allows for the creation of a new instance of the retry policy, reset to its initial state, and `BaseType` is an alias for `CompletionServiceRetryPolicy`."],["A list of different versions is provided, ranging from version `2.37.0-rc` (latest) to `2.11.0`, with the current version displayed as `2.14.0`."]]],[]]