[[["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 the `TranslationServiceConnection` in the Google Cloud Translation API."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a defined limit, specifically `kUnavailable` is treated as transient error."],["The `TranslationServiceLimitedErrorCountRetryPolicy` constructor takes an integer `maximum_failures` to specify the allowed number of transient errors before stopping retries, and setting `maximum_failures` to 0 effectively disables retries."],["The document also presents the `TranslationServiceLimitedErrorCountRetryPolicy`'s functions such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, `maximum_failures` and `clone` along with the type alias `BaseType`."],["There are a large amount of versions available for this content ranging from version `2.37.0-rc` all the way down to version `2.11.0`."]]],[]]