[[["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-26 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."]]],[]]