[[["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-14 UTC."],[[["This webpage provides documentation for the `ServingConfigServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud Retail C++ client library."],["The `ServingConfigServiceLimitedErrorCountRetryPolicy` implements a retry strategy for `ServingConfigServiceConnection` that stops retrying after a non-transient error, or after a certain number of transient errors have occurred, where the `kUnavailable` status code is considered transient."],["You can create an instance of the `ServingConfigServiceLimitedErrorCountRetryPolicy` by providing the number of transient errors to tolerate, and you can disable the retry loop entirely by providing an instance with `maximum_failures` equal to 0."],["This class has many constructors that allows for the object to be constructed, moved and copied."],["This class has several functions that allow for the user to know the max number of failures, if the policy has exhausted it retries, if a particular status is a permanent failure and allows the user to clone the policy."]]],[]]