[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-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."]]],[]]