[[["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 provides a list of C++ library versions for `TranslationServiceLimitedErrorCountRetryPolicy`, including a link to the latest release candidate `2.37.0-rc` and the stable release versions from `2.36.0` down to `2.11.0`."],["`TranslationServiceLimitedErrorCountRetryPolicy` is a retry policy designed for `TranslationServiceConnection` that limits retries based on the number of transient errors, stopping if a non-transient error occurs or if the number of transient errors exceeds a predefined limit."],["The policy treats the `kUnavailable` status code as a transient error, and the retry loop can be disabled by creating an instance of this policy with `maximum_failures` set to 0."],["The document details various constructors, functions, and type aliases associated with `TranslationServiceLimitedErrorCountRetryPolicy`, including how to set the `maximum_failures`, `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone` a version."]]],[]]