[[["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 documentation for the `TraceServiceLimitedErrorCountRetryPolicy` class, which is used to define a retry policy for `TraceServiceConnection` based on the number of errors."],["The retry policy stops retrying if a non-transient error is encountered or if the number of transient failures exceeds a set threshold, where `kUnavailable` is considered a transient error."],["The policy can be configured to tolerate a certain number of transient errors via its constructor, with the option to disable retries completely by setting the maximum failures to 0."],["The document covers the constructors, main functions, and a type alias, giving information on how to use and manage the retry policy."],["A full list of the version history is provided at the top, linking to previous versions."]]],[]]