[[["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-04-23 UTC."],[[["This document provides information on the `RepositoryManagerLimitedErrorCountRetryPolicy` class, which is used for handling retries in the `RepositoryManagerConnection` based on the number of errors."],["The retry policy stops if a non-transient error occurs or if the number of transient failures exceeds a specified limit."],["Transient errors are specifically defined as those with the `kUnavailable` status code."],["The class offers constructors to set the maximum allowed number of transient failures and can be configured to disable retry loops by setting `maximum_failures` to 0, this number can be called by the `maximum_failures() const` function."],["The document includes documentation for the class constructors, various member functions, such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone`, as well as a type alias for `RepositoryManagerRetryPolicy`."]]],[]]