[[["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 provides information on the `LanguageServiceLimitedErrorCountRetryPolicy`, a class that defines a retry strategy for the `LanguageServiceConnection`."],["The retry policy stops if a non-transient error is detected or if the number of transient failures exceeds a set limit."],["Transient errors are defined as those that have the `kUnavailable` status code."],["The class allows creating a retry policy that tolerates up to a specified `maximum_failures` of transient errors, which can be disabled entirely by setting it to 0."],["The class includes functions to check if the policy is exhausted (`IsExhausted`), if a failure is permanent (`IsPermanentFailure`), and to get the maximum allowed failures (`maximum_failures`), as well as having a clone function."]]],[]]