[[["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-18 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."]]],[]]