[[["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 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 limit of transient failures, with `kUnavailable` being classified as a transient error."],["You can set the maximum allowed number of transient errors by passing an integer value during creation of this object."],["The class provides methods to check if the retry policy is exhausted, determine if a failure is permanent, and manage the maximum number of failures."],["This class also allows you to create a new instance of the retry policy, reset to the initial state."]]],[]]