[[["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-07-30 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 the number of transient failures exceeds a specified limit."],["Transient errors, specifically the `kUnavailable` status code, are handled by the `TraceServiceLimitedErrorCountRetryPolicy`."],["The retry policy is customizable by setting the maximum number of allowable transient failures, including the option to disable retries entirely with `maximum_failures` set to 0."],["This class provides functions to check if the maximum number of retries has been reached, to identify if the current failure is permanent, and to create a clone of the retry policy, in addition to other functions."]]],[]]