[[["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-26 UTC."],[[["This document provides documentation for the `ServiceUsageLimitedErrorCountRetryPolicy` class, which is used to define a retry policy for `ServiceUsageConnection` in the Google Cloud C++ library."],["The policy will halt retries if a non-transient error occurs or if the number of transient failures exceeds a predefined threshold, where `kUnavailable` is the only considered transient error."],["Constructors are available to create an instance tolerating a certain amount of transient errors, or to disable retries by setting `maximum_failures` to 0, and there is also copy and move constructors."],["Key functions of the class include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, allowing for control and inspection of the retry policy's state and behavior."],["The latest version of the documentation available is version `2.37.0-rc`, with many previous versions also being readily available for reference, going as far back as version `2.11.0`."]]],[]]