[[["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` class, which is designed to handle retries for `CompletionServiceConnection` in Google Cloud Retail's C++ library."],["The retry policy stops if a non-transient error is returned by an RPC, or if the number of transient failures exceeds the defined limit."],["Transient errors are identified by the `kUnavailable` status code, and the number of acceptable transient failures is configurable during the creation of the class instance."],["The document outlines the available constructors for creating instances of this class, including one that will disable the retry loop if the maximum failures is set to 0."],["It also lists the key member functions and their purposes, such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, along with the provided `BaseType` alias."]]],[]]