[[["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 documentation for the `LanguageServiceLimitedErrorCountRetryPolicy` class, which is used to define a retry policy for `LanguageServiceConnection` in the Google Cloud C++ client library."],["The retry policy stops if a non-transient error is encountered or if the number of transient failures exceeds a predefined `maximum_failures` limit."],["`kUnavailable` is the only status code considered a transient error in this policy."],["You can disable the retry loop by creating an instance of this policy with `maximum_failures` set to 0."],["The class offers methods to manage the policy, such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, and provides constructors to instantiate the retry policy."]]],[]]