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