[[["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-14 UTC."],[[["This document provides a version history and detailed information about the `ConfigLimitedErrorCountRetryPolicy` class for the Google Cloud C++ client library, with the most recent version being 2.37.0-rc."],["The `ConfigLimitedErrorCountRetryPolicy` class is a retry mechanism for `ConfigConnection` that stops retrying upon encountering a non-transient error or when a specific number of transient failures are exceeded, treating `kUnavailable` status code as a transient error."],["The retry policy can be customized by specifying the maximum number of transient failures allowed during the construction of the `ConfigLimitedErrorCountRetryPolicy` object, and setting this value to 0 disables the retry loop."],["The class provides methods to determine if the policy is exhausted (`IsExhausted()`), if a failure is permanent (`IsPermanentFailure()`), whether to continue retrying on failure (`OnFailure()`) and can be cloned into a new instance (`clone()`)."],["This retry policy is based on `ConfigRetryPolicy` class, as `BaseType` is an alias of it."]]],[]]