[[["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 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`."]]],[]]