[[["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` defines a retry policy for `ServingConfigServiceConnection` that stops retrying upon encountering a non-transient error or exceeding a predefined number of transient failures."],["Transient errors, as defined by this policy, include the `kUnavailable` status code."],["The class allows the configuration of the maximum number of transient errors ( `maximum_failures`) before stopping retries, with the option to completely disable the retry loop by setting `maximum_failures` to 0."],["This class also features methods like `OnFailure`, `IsExhausted`, `IsPermanentFailure` and `clone` to manage the retry process, error handling and creation of a new instance of the policy, as well as different constructors to set up the class."]]],[]]