[[["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 `PredictionServiceLimitedErrorCountRetryPolicy` class, which is used to define a retry policy for `PredictionServiceConnection` in the Google Cloud Retail C++ library."],["The retry policy stops if a non-transient error is encountered or if the number of transient failures exceeds a specified `maximum_failures` limit."],["Only the `kUnavailable` status code is considered a transient error in this policy."],["Constructors are available to create instances with a specified maximum number of failures, and there are functions available to check if the policy is exhausted, get the maximum failures allowed, or to clone the policy."],["The class includes functions such as `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` for managing and interacting with the retry policy."]]],[]]