[[["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 webpage details the `RecommendationServiceLimitedErrorCountRetryPolicy` class, which manages retry attempts for the `RecommendationServiceConnection` in C++."],["The policy limits retries based on the number of transient errors, specifically treating `kUnavailable` status codes as transient."],["The class provides constructors to set the maximum allowed number of transient failures, and it can disable the retry loop by setting `maximum_failures` to 0."],["Several functions, such as `OnFailure`, `IsExhausted`, and `IsPermanentFailure`, allow for managing and checking the retry policy's state."],["It also includes a `clone()` method to create a new policy instance, reset to the initial state."]]],[]]