[[["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 a retry policy for `TraceServiceConnection`."],["The policy stops retrying if a non-transient error is detected or if the number of transient failures exceeds a predefined limit."],["The class allows configuration of the maximum number of transient errors to tolerate through its constructor `TraceServiceLimitedErrorCountRetryPolicy(int maximum_failures)`, with 0 disabling retries, and also features a `maximum_failures()` const function to retrieve this value."],["The class also provides member functions to check if it is exhausted, `IsExhausted()`, if a status is considered a permanent failure, `IsPermanentFailure()`, or what to do on a failure, `OnFailure()`."],["The class has a function `clone()` that creates a copy of the instance with its original state, and a `BaseType` type alias for `TraceServiceRetryPolicy`."]]],[]]