[[["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`, which manages retries for the `TranslationServiceConnection` in Google Cloud's translation service."],["The retry policy halts when a non-transient error occurs or when the number of transient failures exceeds a specified maximum."],["Transient errors in this policy are defined as those with the `kUnavailable` status code."],["The policy can be customized with a specified maximum number of allowed transient errors, or disabling retry by setting the number of maximum failures to 0."],["The class includes constructors, functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, along with the `BaseType` alias, all of which are used to manage retry behavior."]]],[]]