[[["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-05 UTC."],[[["This document provides a version history and detailed information about the `LanguageServiceLimitedErrorCountRetryPolicy` class in the Google Cloud C++ library, with the most recent version being 2.37.0-rc."],["The `LanguageServiceLimitedErrorCountRetryPolicy` class is a retry policy for `LanguageServiceConnection`, designed to handle transient errors by retrying RPCs up to a specified `maximum_failures` count, with `kUnavailable` status code being the only status code considered transient."],["The policy stops retrying if it encounters a non-transient error or if the number of transient errors exceeds the set `maximum_failures`, and it can be disabled entirely by setting `maximum_failures` to 0."],["The document includes details on the class's constructors, functions (such as `maximum_failures`, `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone`), and the `BaseType` alias."],["All previous versions of this class are listed on this page, all the way back to version 2.11.0."]]],[]]