[[["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`."],["The retry policy is based on counting errors and stops retrying if a non-transient error occurs or if the number of transient failures exceeds a set limit."],["The class treats `kUnavailable` status codes as transient errors."],["The retry loop can be disabled by instantiating this class with `maximum_failures` set to 0."],["The document offers various constructors, functions like `maximum_failures()`, `OnFailure()`, and `IsExhausted()`, and type aliases related to the retry policy for the different versions."]]],[]]