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