[[["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 page provides documentation for the `TraceServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ client library and is used for managing retries in the `TraceServiceConnection`."],["The `TraceServiceLimitedErrorCountRetryPolicy` stops retrying RPCs if a non-transient error is encountered or if the number of transient failures exceeds a specified limit, where `kUnavailable` is considered a transient error."],["You can configure the maximum number of transient failures allowed using the constructor `TraceServiceLimitedErrorCountRetryPolicy(int maximum_failures)`, and disable retry altogether by setting the `maximum_failures` to 0."],["The documentation includes a list of all versions with their associated links, starting with the latest version `2.37.0-rc` and going down to version `2.11.0`, and documentation for the constructors and methods of this class."]]],[]]