[[["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 provides documentation for the `RecommenderLimitedErrorCountRetryPolicy` class, which is used for managing retries in the `RecommenderConnection` based on the number of errors encountered."],["The `RecommenderLimitedErrorCountRetryPolicy` will stop retrying if a non-transient error is received, or if the number of transient failures goes above the defined limit."],["The class includes constructors for creating instances with a set `maximum_failures` threshold, with a value of zero disabling the retry loop."],["Transient errors are identified by the `kUnavailable` status code."],["The documentation details the class's functions, including `OnFailure`, `IsExhausted`, `IsPermanentFailure`, `maximum_failures`, and `clone`, along with the `BaseType` alias."]]],[]]