[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-26 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`."]]],[]]