[[["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."],[[["The latest version available is 2.37.0-rc, with numerous older versions available as well, all the way back to version 2.11.0."],["`LanguageServiceLimitedErrorCountRetryPolicy` is a retry policy for `LanguageServiceConnection` that halts retries upon encountering a non-transient error or exceeding a set number of transient failures."],["This policy treats the `kUnavailable` status code as a transient error."],["You can create an instance of this policy and set the `maximum_failures` parameter, enabling to disable the retry loop by setting `maximum_failures` to 0."],["The policy also includes methods to determine if retries are exhausted (`IsExhausted()`), if a failure is permanent (`IsPermanentFailure(Status const &)`), and to create a fresh instance of the policy (`clone() const`)."]]],[]]