[[["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 document provides documentation for the `ServiceHealthLimitedErrorCountRetryPolicy` class, which is used to define a retry policy for `ServiceHealthConnection` in the Google Cloud C++ library."],["The policy allows retries based on the number of transient errors encountered, stopping when a non-transient error occurs or a predefined maximum number of transient failures is reached."],["`kUnavailable` status codes are considered transient errors, and retry behaviour can be completely turned off by setting the `maximum_failures` constructor parameter to `0`."],["The class provides functions to check if the policy is exhausted, if the failure was permanent, or to clone the current policy instance."]]],[]]