[[["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 details the `RecommenderLimitedErrorCountRetryPolicy`, a retry policy for `RecommenderConnection` that limits retries based on the number of transient errors encountered."],["The policy ceases retrying upon encountering a non-transient error or exceeding a predefined maximum number of transient failures, with `kUnavailable` status codes being the only errors treated as transient."],["You can create an instance of this policy, defining the amount of maximum failures it can tolerate, and providing an instance with `maximum_failures` set to `0` disables the retry loop."],["The policy supports several functions such as checking if the failure is permanent, checking if it is exhausted, and creating a cloned version of itself, all in order to help manage error retries."],["The webpage also contains the different available versions of the `RecommenderLimitedErrorCountRetryPolicy` class, ranging from `2.37.0-rc` down to `2.11.0`."]]],[]]