[[["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 that manages retries for `TraceServiceConnection` in the Google Cloud Trace API."],["The retry policy halts when a non-transient error occurs or when the number of transient failures exceeds a predefined limit, with `kUnavailable` as a recognized transient error code."],["Users can customize the policy's behavior by setting the `maximum_failures` parameter, which dictates how many transient errors are tolerated before the policy stops retrying, with the option to disable retry by setting `maximum_failures` to 0."],["The document also includes multiple functions such as `OnFailure`, `IsExhausted`, `IsPermanentFailure` and `clone` with their parameter, returns and type details, allowing for detailed control and handling of the retry process."],["Multiple versions of the policy are available, ranging from 2.11.0 up to the latest release candidate 2.37.0-rc, and include constructor details such as `TraceServiceLimitedErrorCountRetryPolicy(int)` which allows for the initial setup."]]],[]]