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