[[["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 page provides documentation for the `TraceServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ client library and is used to manage retries for the `TraceServiceConnection`."],["The `TraceServiceLimitedErrorCountRetryPolicy` stops retrying RPCs if a non-transient error is encountered or if the number of transient failures exceeds a specified threshold, with `kUnavailable` being the only status code identified as a transient error in this context."],["The class offers constructors to set a maximum number of transient errors and provides methods like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()` to control and assess retry behavior."],["The documentation shows the various versions of the class, with version 2.37.0-rc being the most recent, and going back as far as version 2.11.0."],["The class has a `clone()` method to create a new instance of the policy, reset to its initial state."]]],[]]