[[["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`, a class used to manage retries for `TraceServiceConnection` in the Google Cloud C++ client library."],["The retry policy halts if a non-transient error occurs or if the number of transient failures exceeds a defined limit, with `kUnavailable` being the only status code considered a transient error."],["The `TraceServiceLimitedErrorCountRetryPolicy` allows the creation of an instance that permits a specified number of transient errors (`maximum_failures`), and can be configured to disable retries by setting `maximum_failures` to 0."],["The class includes functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, to define the retry behavior and manage the state of the retry policy."],["The document also list all versions available from 2.37.0-rc (latest) down to 2.11.0, including 2.20.0 that has the detailed information about the `TraceServiceLimitedErrorCountRetryPolicy`."]]],[]]