[[["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 describes the `TraceServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `TraceServiceConnection` that limits retries based on the number of errors encountered."],["The policy halts retries when it encounters a non-transient error or when the number of transient errors exceeds a predefined threshold."],["The policy treats the `kUnavailable` status code as a transient error."],["It features constructors to set the maximum number of allowable transient errors, and methods to manage and evaluate retry conditions, like `OnFailure`, `IsExhausted`, and `IsPermanentFailure`."],["The document also includes a `clone()` function to create a fresh instance of the policy and a type alias named `BaseType` referring to `TraceServiceRetryPolicy`."]]],[]]