[[["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-14 UTC."],[[["This document provides information on the `LanguageServiceLimitedErrorCountRetryPolicy`, a class used for handling transient errors in the `LanguageServiceConnection`."],["The retry policy stops if a non-transient error is detected or if the number of transient failures exceeds a predefined `maximum_failures`."],["The class treats the `kUnavailable` status code as a transient error, allowing for retry attempts in these cases."],["You can adjust the tolerance for transient failures by setting the `maximum_failures` parameter when creating an instance, and disabling the retry loop by setting `maximum_failures` to 0."],["This class provides various functions such as `OnFailure`, `IsExhausted`, and `IsPermanentFailure` to manage and determine the retry behavior, along with the ability to create a new reset instance with `clone()`."]]],[]]