[[["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-05 UTC."],[[["This document provides details on the `LanguageServiceLimitedErrorCountRetryPolicy`, a class used for managing retry logic in the `LanguageServiceConnection`."],["The retry policy stops if a non-transient error is detected or if the number of transient failures exceeds a predefined limit."],["Transient errors are defined as those that have the `kUnavailable` status code."],["The policy can be configured to tolerate a specific number of transient errors, and disabling the retry loop is possible by setting `maximum_failures` to 0."],["The document also outlines various constructors, functions, and a type alias associated with the retry policy, providing a comprehensive overview of its usage and capabilities."]]],[]]