[[["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 document provides a list of versioned documentation for `LanguageServiceLimitedErrorCountRetryPolicy`, spanning from the latest release candidate (2.37.0-rc) down to version 2.11.0."],["`LanguageServiceLimitedErrorCountRetryPolicy` is a retry policy for `LanguageServiceConnection` that limits retries based on the number of transient errors encountered, and it halts retries on non-transient errors or when the transient failure count exceeds a predefined limit."],["The policy treats the `kUnavailable` status code as a transient error, and it can be configured to disable the retry loop by setting `maximum_failures` to 0."],["The document provides information about the constructors for this class, `LanguageServiceLimitedErrorCountRetryPolicy`, and the parameters it accepts such as `maximum_failures` or copying from existing `rhs`."],["The document further provides a description of key functions such as `maximum_failures() const`, `OnFailure(Status const &)`, `IsExhausted() const`, `IsPermanentFailure(Status const &) const`, and `clone() const` along with their parameters and return values, providing a detailed view of the functionality of this policy."]]],[]]