[[["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 that defines a retry strategy for `TenantServiceConnection`."],["The retry policy is based on the number of transient errors encountered and will halt if a non-transient error occurs or the maximum allowed transient failures are exceeded."],["Only `kUnavailable` status codes are considered transient errors under this specific policy."],["The policy can be customized with a specified maximum number of allowed transient failures when the `TenantServiceLimitedErrorCountRetryPolicy` instance is constructed."],["The class includes methods to check if the policy is exhausted (`IsExhausted`), if a failure is permanent (`IsPermanentFailure`), the maximum failure limit (`maximum_failures`), and to clone the policy (`clone`)."]]],[]]