[[["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 logic for `TraceServiceConnection`."],["The retry policy will stop if an RPC returns a non-transient error or if it exceeds a set number of transient failures."],["Only the `kUnavailable` status code is considered a transient error within this policy, meaning that other error types will immediately stop the retry process."],["The `TraceServiceLimitedErrorCountRetryPolicy` allows users to set a maximum number of transient failures and includes constructors for creating and managing instances of the policy."],["The documentation covers various functions, such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, that are part of the `TraceServiceLimitedErrorCountRetryPolicy`."]]],[]]