[[["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 details on the `TraceServiceLimitedErrorCountRetryPolicy`, a class used to manage retry logic for `TraceServiceConnection` in the Google Cloud C++ client library."],["The retry policy halts operations upon encountering a non-transient error or exceeding a predefined limit of transient failures, with `kUnavailable` status code being the only code considered a transient error."],["The class provides constructors to set the maximum number of transient errors allowed and also includes copy and move constructors."],["Key functions include `maximum_failures()`, to retrieve the maximum allowed failures, `OnFailure()`, to handle errors, and `IsExhausted()`, to determine if the policy is exhausted, alongside other functions such as `IsPermanentFailure()` and `clone()`."],["The document lists various versions of the library, ranging from 2.11.0 up to the latest release candidate, 2.37.0-rc, as well as all versions in between, with links to the respective documentation for each of them."]]],[]]