[[["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` class, which is used for retrying operations in the `TenantServiceConnection` when errors occur."],["The retry policy stops if a non-transient error is encountered or if the number of transient failures exceeds a set limit."],["Only `kUnavailable` status codes are considered transient errors, and other error codes will immediately stop the retry process."],["The policy is configured by setting a `maximum_failures` parameter, where setting it to 0 will disable all retries."],["The class features several functions, including `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, that are necessary for its operation and its main functionality."]]],[]]