[[["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-03-21 UTC."],[[["This document provides information on the `ResourceSettingsServiceLimitedErrorCountRetryPolicy`, which is a retry policy designed for `ResourceSettingsServiceConnection` in the Google Cloud C++ client library."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, and only considers `kUnavailable` as a transient error."],["The policy can be configured to allow a certain number of transient errors using the constructor `ResourceSettingsServiceLimitedErrorCountRetryPolicy(int)`, where `maximum_failures` defines the number, and providing 0 will disable the retry loop."],["The policy includes functions like `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)` and `clone()` to manage and check the state of the retry."],["The document also lists numerous previous versions, starting from 2.11.0 up until the most recent release candidate version 2.37.0-rc, along with links to documentation for each of them, and the current main version is 2.28.0."]]],[]]