[[["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."],[[["The `RecommenderLimitedErrorCountRetryPolicy` class provides a mechanism to manage retries for `RecommenderConnection` based on the number of transient errors encountered."],["This retry policy will terminate when a non-transient error occurs or when the number of transient errors exceeds the predefined `maximum_failures` count, which can be set to 0 to effectively disable the retry mechanism."],["Transient errors are identified by the `kUnavailable` status code, and any other status code is considered a non-transient error."],["The class includes methods to check if the retry policy is exhausted, to determine whether a failure is permanent, and to create a new instance of the policy reset to the initial state using the `clone()` function."],["The latest available version of this class can be found at version 2.37.0-rc, and the current page is specifically referring to version 2.15.1 of this class."]]],[]]