[[["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` class, which is used for handling retries in the `TranslationServiceConnection` based on the number of errors encountered."],["The retry policy halts if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, where the status code `kUnavailable` is considered as a transient error."],["The class includes constructors to create instances with a specified `maximum_failures` parameter, allowing you to define the threshold for transient errors before stopping retries and has the option of disabling the retry loop completely if maximum_failures equals 0."],["The `TranslationServiceLimitedErrorCountRetryPolicy` class also provides methods like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage and control the retry behavior."],["The latest release available is `2.37.0-rc` and this document contains information on many versions of the retry policy dating back to `2.11.0`."]]],[]]