[[["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 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."]]],[]]