[[["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-21 UTC."],[[["This webpage details the `ConfigLimitedErrorCountRetryPolicy` class, which is designed to manage retries for `ConfigConnection` based on the number of encountered errors."],["The policy halts retries when a non-transient error is returned or when the number of transient failures exceeds a predefined limit, with `kUnavailable` status codes being the only codes treated as transient."],["You can create an instance of this policy, with a specified maximum failure threshold using the `ConfigLimitedErrorCountRetryPolicy(int)` constructor."],["The latest documentation available is for the `2.37.0-rc` version of the library, with documentation also provided for all minor versions down to version `2.16.0`."],["It provides multiple functions for usage including `OnFailure`, `IsExhausted`, `IsPermanentFailure` and `clone`."]]],[]]