[[["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 information on the `TranslationServiceLimitedErrorCountRetryPolicy` class, which is used for handling retries in the `TranslationServiceConnection`."],["The retry policy halts if a non-transient error occurs or if the number of transient failures exceeds a specified limit."],["Transient errors are identified by the `kUnavailable` status code within this class's implementation."],["The class's constructor allows for the setup of the amount of `maximum_failures`, and can disable the retry loop by setting the amount to `0`."],["The class comes with multiple functions and operators, such as `maximum_failures()`, `OnFailure(Status const &)`, and `IsPermanentFailure(Status const &) const`, to check the policy's details, and handle retries, along with creating a new instance of the policy."]]],[]]