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