[[["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 provides documentation for the `TraceServiceLimitedErrorCountRetryPolicy` class, which is designed to handle retries for `TraceServiceConnection` based on the number of errors encountered."],["The retry policy terminates if a non-transient error occurs or if the number of transient errors exceeds a predefined limit, with `kUnavailable` being treated as a transient error."],["You can initialize this policy by specifying the maximum number of transient errors allowed using `maximum_failures`, and setting this value to 0 will disable retries."],["This class offers methods to check if the retry policy is exhausted (`IsExhausted`), whether a failure is permanent (`IsPermanentFailure`), and the maximum amount of transient failures (`maximum_failures`)."],["There is a functionality available to clone the policy and reset it to its initial state using the `clone()` method."]]],[]]