[[["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 `TenantServiceLimitedErrorCountRetryPolicy`, a class used to manage retries for `TenantServiceConnection` based on the number of errors encountered."],["The policy halts retries when a non-transient error occurs or when the number of transient failures exceeds a predefined limit, with `kUnavailable` being the sole status code considered a transient error in this class."],["You can construct an instance of this policy, while specifying a maximum number of tolerated transient errors, and you can disable the retry loop by setting `maximum_failures` to 0."],["The class includes methods to determine if the retry policy is exhausted (`IsExhausted()`), if a failure is permanent (`IsPermanentFailure()`), what the maximum failures are (`maximum_failures()`), as well as other functions such as `OnFailure()`, and `clone()`."],["The document has links to different versions of the `TenantServiceLimitedErrorCountRetryPolicy` for the google cloud talent service, including the latest release."]]],[]]