[[["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 information on the `TranslationServiceLimitedErrorCountRetryPolicy` class, which is used for handling retries in the `TranslationServiceConnection` based on the number of errors encountered."],["The policy stops retrying if a non-transient error is detected or if the number of transient failures exceeds a predefined threshold."],["Only the `kUnavailable` status code is treated as a transient error in this retry policy."],["The retry loop can be disabled by instantiating this policy with `maximum_failures` set to 0, and it also supplies information on the `maximum_failures()` method."],["There are multiple versions available, with the latest version being 2.37.0-rc, and also provides access to information on various functions such as `IsExhausted()`, `IsPermanentFailure()` and `OnFailure()`, and also provides information on type aliases."]]],[]]