[[["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 versions 2.21.0 through 2.37.0-rc."],["The `ServiceHealthLimitedErrorCountRetryPolicy` is designed to manage retries for RPCs in `ServiceHealthConnection`, stopping when encountering non-transient errors or exceeding a set number of transient failures."],["Transient errors, as defined in this policy, include the `kUnavailable` status code."],["You can configure this retry policy to disable retries by setting `maximum_failures` to 0 during construction, or create a new policy instance using the clone method."],["The class offers the ability to check the maximum amount of transient failures, check if the retries are exhausted, and check for permanent failures."]]],[]]