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