[[["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-05 UTC."],[[["This document provides information on the `ConfigLimitedErrorCountRetryPolicy` class, a retry policy designed for `ConfigConnection` in the Google Cloud C++ library."],["The retry policy halts if a non-transient error occurs or if the number of transient failures exceeds a defined limit, with `kUnavailable` being treated as transient."],["The class offers constructors to create instances, including one that takes an integer `maximum_failures` parameter to specify the tolerance for transient errors, and a `maximum_failures` of 0 will disable the retry loop."],["Key functions include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` that handle error counting, failure analysis, and policy management."],["The documentation provides a complete list of versions, from 2.16.0 up to the latest release candidate, 2.37.0-rc."]]],[]]