[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-01 UTC."],[[["This webpage provides documentation for the `TraceServiceLimitedErrorCountRetryPolicy` class, which is used to define a retry policy for `TraceServiceConnection` in the Google Cloud C++ client library."],["The retry policy stops when a non-transient error is received or if the number of transient failures exceeds a specified `maximum_failures` limit, with `kUnavailable` status codes considered as transient errors."],["The `TraceServiceLimitedErrorCountRetryPolicy` class includes constructors to set the maximum number of transient errors and methods to determine if retries should continue, if the policy is exhausted, or if a given error should be considered permanent."],["The class has a `maximum_failures()` method to get the number of tolerated transient errors and a `clone()` method which creates a new instance of the policy in its initial state."],["There are numerous available versions for the policy, ranging from version `2.37.0-rc` (latest) to `2.11.0`."]]],[]]