[[["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 list of different versions of the `LanguageServiceLimitedErrorCountRetryPolicy`, a C++ class used for managing retry logic in the Google Cloud Language API."],["The latest release candidate version available is 2.37.0-rc, while the stable, oldest version documented is 2.11.0."],["The `LanguageServiceLimitedErrorCountRetryPolicy` class limits retries based on the number of transient errors encountered and will stop retrying if a non-transient error occurs, or if the preconfigured maximum number of failures is reached."],["The class includes methods to determine if the retry policy is exhausted (`IsExhausted()`), if a failure is permanent (`IsPermanentFailure()`), and to set the maximum number of transient errors (`maximum_failures`)."],["The only status code that is considered a transient error is `kUnavailable`, as per the class definition."]]],[]]