[[["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 outlines the `TranslationServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `TranslationServiceConnection` in the Google Cloud C++ client library."],["The policy halts retries upon encountering a non-transient error or exceeding a defined number of transient failures, with `kUnavailable` being the only status code classified as transient."],["Users can configure the maximum number of allowed transient errors when creating an instance of the `TranslationServiceLimitedErrorCountRetryPolicy`, and retry functionality can be completely disabled by setting `maximum_failures` to 0."],["The document shows the different versions available for this class, with the latest being the 2.37.0-rc version, and goes as low as 2.11.0."],["The policy class includes constructors, and functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, all of which are defined in the context of this document."]]],[]]