[[["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 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`."]]],[]]