[[["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 detailed overview of the `ConfigLimitedErrorCountRetryPolicy` class, which is utilized to manage retries for `ConfigConnection` based on the number of errors encountered."],["The `ConfigLimitedErrorCountRetryPolicy` class stops retrying when a non-transient error occurs or when the number of transient errors exceeds a set limit, with `kUnavailable` being considered a transient error."],["The policy is constructable by defining a `maximum_failures` parameter to specify the number of transient errors that will be tolerated, or retries that can be attempted, and disabling retries is possible when setting this parameter to 0."],["The class includes methods such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage the retry state and failure conditions, as well as a `BaseType` type alias that is an alias of `ConfigRetryPolicy`."],["The document shows a list of version history for this documentation page, with `2.37.0-rc` being the latest."]]],[]]