[[["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 details on the `ModelServiceLimitedErrorCountRetryPolicy`, a class in the Google Cloud C++ client library for Retail, used to manage retry attempts for transient errors."],["The retry policy halts if a non-transient error occurs or if the number of transient failures surpasses a predefined limit, with `kUnavailable` being the status code that is considered as a transient error."],["The `ModelServiceLimitedErrorCountRetryPolicy` allows users to set the maximum number of transient failures (`maximum_failures`) it will tolerate before stopping the retries, with the ability to disable retries by setting `maximum_failures` to 0."],["This class includes methods to determine if the policy is exhausted, whether a failure is permanent, and to clone the current policy instance, as well as constructors that allow for the creation of new policy instances."],["There are multiple versions of the class listed from version 2.11.0 to 2.37.0-rc, and can be accessed in order to view older versions of the `ModelServiceLimitedErrorCountRetryPolicy` class."]]],[]]