[[["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-21 UTC."],[[["This document provides information on the `LanguageServiceLimitedErrorCountRetryPolicy`, a class that manages retries for `LanguageServiceConnection` in the Google Cloud Language API C++ client library."],["The retry policy will halt if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, and only the `kUnavailable` status code is classified as a transient error."],["The `LanguageServiceLimitedErrorCountRetryPolicy` can be configured to tolerate a specific number of transient errors during construction, with the option to disable retries by setting the `maximum_failures` to 0."],["The document highlights different versions of the library, starting from version `2.11.0` to the latest release candidate `2.37.0-rc`, and provides links to their respective documentation."],["The class features multiple constructors, functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()`, and a `clone()` function to make a new policy instance."]]],[]]