[[["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-14 UTC."],[[["This document outlines the `TranslationServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `TranslationServiceConnection` in the Google Cloud C++ client library."],["The retry policy limits the number of transient errors, ceasing retries when a non-transient error occurs or the maximum transient error count is exceeded, with `kUnavailable` being treated as a transient error."],["You can initialize the policy with a specified `maximum_failures` parameter which dictates how many transient errors the policy tolerates, and a value of `0` disables the retry mechanism."],["The document provides the constructor options, along with the available functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to interact with the policy."],["The document also provides a list of different versions and their corresponding documentation."]]],[]]