[[["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 details the `ServiceHealthRetryPolicy` class, essential for managing retry logic in `ServiceHealthConnection` within the Google Cloud Service Health C++ client library."],["The page provides access to different versions of the `ServiceHealthRetryPolicy` class, ranging from version 2.21.0 to the latest release candidate 2.37.0-rc, as well as many in between."],["The documentation details functions for this retry policy, including `clone()`, `OnFailure(Status const &)`, `IsExhausted() const`, and `IsPermanentFailure(Status const &) const`."],["The `clone()` function allows to create a new instance of the retry policy while `OnFailure(Status const &)` checks if a given status warrants a retry."],["The `IsExhausted() const` and `IsPermanentFailure(Status const &) const` functions let you check if the retry policy is exhausted and if the status indicates a permanent failure, respectively."]]],[]]