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