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