[[["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 webpage details the `LanguageServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `LanguageServiceConnection` in the Google Cloud C++ Language API."],["The policy halts retries upon encountering a non-transient error or surpassing a defined number of transient failures, with `kUnavailable` being the only status code classified as transient."],["You can configure the maximum number of allowed transient errors via the constructor `LanguageServiceLimitedErrorCountRetryPolicy(int)`, and setting `maximum_failures` to 0 disables retries."],["The class provides functions like `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()` to manage and check the state of the retry policy, and also includes the type alias `BaseType` for `LanguageServiceRetryPolicy`."],["The page also provides links to different version documentation going back to version 2.11.0 and up to the current release candidate of 2.37.0-rc."]]],[]]