[[["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 `TraceServiceLimitedErrorCountRetryPolicy`, a class used to manage retry behavior for `TraceServiceConnection`."],["The retry policy is designed to halt retries if a non-transient error occurs or if the number of transient failures exceeds a set limit, with `kUnavailable` being treated as transient."],["The class offers several constructors to initialize instances, including one that allows setting the maximum number of transient failures, where a `maximum_failures` value of 0 disables retry."],["Key functions include `maximum_failures()` to get the maximum, `OnFailure()` and `IsExhausted()` to determine if a failure will exhaust retries, and `clone()` to reset a fresh instance of the policy."],["The documentation lists all versions of this class from version 2.11.0 to 2.37.0-rc."]]],[]]