[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 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."]]],[]]