[[["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 across multiple versions, with version 2.37.0-rc being the latest."],["The `ConfigLimitedErrorCountRetryPolicy` class implements a retry policy for `ConfigConnection` that limits retries based on the number of transient errors, stopping if a non-transient error occurs or if a set number of transient failures is exceeded."],["The class's constructors allow for setting the maximum number of transient errors and supports copy and move operations, which is configurable by setting the `maximum_failures` to 0 to disable the retry loop."],["The `ConfigLimitedErrorCountRetryPolicy` class offers methods such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage retry behavior, and it treats `kUnavailable` status codes as transient errors."],["The `BaseType` alias is used as a reference for `ConfigRetryPolicy`."]]],[]]