[[["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`, which is a retry mechanism for `TranslationServiceConnection` in the Google Cloud Translate C++ client library."],["The retry policy stops when a non-transient error occurs or when the number of transient errors exceeds a preset maximum."],["The policy identifies the status code `kUnavailable` as a transient error."],["The `TranslationServiceLimitedErrorCountRetryPolicy` constructor takes an integer, `maximum_failures`, to set the maximum number of transient errors allowed, with a value of 0 effectively disabling retries."],["The document also details various functions of the class, such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone`, as well as defining `BaseType` as an alias of `TranslationServiceRetryPolicy`."]]],[]]