[[["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-07 UTC."],[[["This document outlines the `RecommendationServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `RecommendationServiceConnection` that operates by counting errors."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a set threshold, with `kUnavailable` being the only status code treated as a transient error."],["Users can configure the policy's tolerance for transient errors by setting the `maximum_failures` parameter in the constructor, where setting it to 0 effectively disables retries."],["The latest version of the policy is `2.37.0-rc`, and the document provides links to the documentation for several previous versions, ranging from `2.36.0` down to `2.15.1`."],["The policy offers functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`, as well as the `BaseType` alias for `RecommendationServiceRetryPolicy`."]]],[]]