[[["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-09 UTC."],[[["This document details the `LanguageServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `LanguageServiceConnection`."],["The policy stops retrying if it encounters a non-transient error or exceeds a defined number of transient failures, specifically treating `kUnavailable` as a transient error."],["You can control the retry limit using the `maximum_failures` parameter when creating a `LanguageServiceLimitedErrorCountRetryPolicy` instance, setting it to 0 disables the retry loop."],["The document provides details on the class's constructors, such as the ability to utilize rvalue and lvalue references, and its functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`."],["The latest version of the `LanguageServiceLimitedErrorCountRetryPolicy` class reference is `2.37.0-rc` while `2.36.0` is the current stable version, and many versions going back to `2.11.0` are also available."]]],[]]