[[["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 `ServiceHealthLimitedErrorCountRetryPolicy` class in the Google Cloud C++ client library, specifically for version 2.32.0."],["The `ServiceHealthLimitedErrorCountRetryPolicy` is a retry mechanism that stops retrying after encountering a non-transient error or exceeding a predefined number of transient failures, with `kUnavailable` being considered a transient error."],["The policy is created through the class' constructor, which receives the maximum number of transient errors that are allowed, and you can disable retry by setting this number to 0."],["The class includes functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to configure and check the state of the retry policy."],["The page also contains an array of documentation links to the same class, going from version `2.21.0` all the way up to `2.37.0-rc`, the latest, along with several in between."]]],[]]