[[["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 a detailed overview of the `TranslationServiceLimitedErrorCountRetryPolicy`, which is used for handling transient errors in the `TranslationServiceConnection`."],["The retry policy is designed to stop retrying when a non-transient error occurs or when the number of transient failures exceeds a predefined limit."],["Only `kUnavailable` status codes are considered transient errors in this implementation of the retry policy."],["The `maximum_failures` parameter determines how many transient errors the policy will tolerate before stopping, and setting this parameter to `0` disables the retry mechanism."],["The class provides functions to determine if a failure is permanent, if the retry policy is exhausted, the maximum failures, or if the function has failed."]]],[]]