[[["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++ Translation API."],["The policy halts retries upon encountering a non-transient error or exceeding a specified number of transient failures, with `kUnavailable` being the only listed transient error status."],["The retry policy can be configured with a constructor to limit the number of transient errors it tolerates, where setting `maximum_failures` to 0 disables retries."],["Key functions include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()`, and `clone()` which are used to manage, evaluate and recreate the retry policy."],["The document provides versioned access to this policy, ranging from the latest release candidate `2.37.0-rc` to version `2.11.0`, enabling users to navigate through specific releases."]]],[]]