[[["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-05-07 UTC."],[[["This page details the `UptimeCheckServiceLimitedErrorCountRetryPolicy`, a class in the Google Cloud C++ library's monitoring module used to manage retry attempts for RPC calls related to `UptimeCheckServiceConnection`."],["The retry policy halts if a non-transient error is encountered or if the number of transient errors exceeds a predefined maximum, with `kUnavailable` status codes considered as transient failures."],["The policy allows you to create instances with different tolerances for transient errors, where setting `maximum_failures` to 0 effectively disables retries."],["The class provides methods like `OnFailure`, `IsExhausted`, and `IsPermanentFailure` to determine retry behavior based on error status, as well as a `clone` function to create a reset instance."],["The page provides links to documentation for various versions, such as 2.37.0-rc, 2.36.0, all the way down to 2.11.0, and shows that the latest documentation is for the 2.37.0-rc version."]]],[]]