[[["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-21 UTC."],[[["This document provides information on the `RecommenderLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ Recommender library, with the latest version being `2.37.0-rc`."],["The `RecommenderLimitedErrorCountRetryPolicy` class is designed to manage retry logic for `RecommenderConnection` by limiting the number of transient errors tolerated."],["The policy stops retrying if a non-transient error is encountered or if the number of transient failures exceeds the specified `maximum_failures`, with `kUnavailable` being the only status code considered a transient error in this class."],["You can configure the maximum number of transient failures that are allowed with the `RecommenderLimitedErrorCountRetryPolicy(int)` constructor, and can disable the retry loop by setting `maximum_failures` to 0."],["The class offers methods like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage and check the retry policy, as well as `BaseType` which is an alias of `RecommenderRetryPolicy`."]]],[]]