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