[[["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 webpage details the `RecommenderLimitedErrorCountRetryPolicy`, a retry policy for `RecommenderConnection` that limits retries based on the number of transient errors encountered."],["The policy stops retrying upon encountering a non-transient error or when the number of transient failures exceeds a predefined limit."],["The class treats `kUnavailable` status codes as transient errors."],["Constructors allow for setting the maximum number of transient failures and creating copies of the policy."],["The class provides functions for checking if retries are exhausted, if a failure is permanent, returning the maximum failures, handling failures and cloning the object."]]],[]]