[[["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 `TranslationServiceLimitedErrorCountRetryPolicy`, a class used to manage retries for the `TranslationServiceConnection` in the context of Google Cloud Translate."],["The retry policy halts if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` being the status code for transient errors."],["You can initialize an instance of `TranslationServiceLimitedErrorCountRetryPolicy` with an integer to configure the maximum number of transient errors tolerated, and set to 0 to disable the retry loop."],["The class provides functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()` to control and check retry behaviour."],["The document also lists the available versions of this class, from the latest 2.37.0-rc down to 2.11.0, with version 2.22.0 being currently viewed."]]],[]]