[[["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-08-14 UTC."],[[["This webpage provides documentation for the `ServiceManagerLimitedErrorCountRetryPolicy` class, which is used to define a retry policy for `ServiceManagerConnection` in the Google Cloud C++ client library."],["The retry policy stops retrying when a non-transient error is returned by an RPC or when the number of transient errors exceeds a predefined threshold."],["Only the `kUnavailable` status code is considered a transient error within the context of this specific class, and all others are considered non-transient."],["The policy can be configured during instantiation to tolerate up to a specified number of transient errors, and setting `maximum_failures` to 0 disables the retry loop."],["This class offers methods such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone` to manage the retry behavior and determine if further retries are viable, as well as a method `maximum_failures()` to get the maximum failures."]]],[]]