[[["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 outlines the `TenantServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `TenantServiceConnection` that limits retries based on the number of detected transient errors."],["The policy halts retries upon encountering a non-transient error or exceeding a predefined threshold of transient failures, with `kUnavailable` being classified as a transient error."],["You can create a policy that allows a specified number of transient errors by providing a corresponding number when calling `TenantServiceLimitedErrorCountRetryPolicy(int)`, with a value of 0 effectively disabling retry."],["The class also has functions, `maximum_failures`, `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone` to provide granular control over the retry policies."],["The webpage contains links to many different versioned documents for the same class, with the most recent being version 2.37.0-rc and the earliest one being version 2.11.0."]]],[]]