[[["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-04-09 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 returned or if the number of transient failures exceeds a specified `maximum_failures` limit."],["Only the `kUnavailable` status code is considered a transient error within this retry policy."],["The class provides the ability to configure the maximum number of transient failures via its constructor and the maximum failures can be disabled by setting it to 0."],["This class has functions to verify if the maximum number of errors has been met, to verify if a status is permanent, and to clone the policy."]]],[]]