[[["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 a reference for the `ConfigLimitedErrorCountRetryPolicy` class within the Google Cloud C++ client library, specifically for version 2.20.0 and up to the latest release candidate (2.37.0-rc)."],["The `ConfigLimitedErrorCountRetryPolicy` is designed to handle retries for RPC calls within `ConfigConnection`, ceasing when non-transient errors occur or a maximum number of transient errors have been detected."],["Transient errors are defined as having a status code of `kUnavailable` in this context, in which the policy will treat such errors as retryable."],["The policy can be configured with a `maximum_failures` parameter during construction, which sets the threshold for transient errors before stopping retries and can also be set to zero to disable retries."],["Key functions of this class include determining if the policy is exhausted, identifying if a failure is permanent, and the ability to create a new, reset instance of itself."]]],[]]