[[["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 information on the `TraceServiceLimitedErrorCountRetryPolicy` class, which is designed to handle retries for `TraceServiceConnection` based on the number of errors encountered."],["The retry policy halts operations if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, treating the status code `kUnavailable` as a transient error."],["You can control the maximum number of transient errors before stopping retries when constructing an instance of the `TraceServiceLimitedErrorCountRetryPolicy` class, or entirely disable the retry loop."],["The document outlines the constructors, functions, such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, as well as the type alias `BaseType` for this class."],["You can also see a history of the different versions associated to this policy class, ranging from 2.37.0-rc to 2.11.0."]]],[]]