[[["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 webpage details the `NodeGroupControllerLimitedErrorCountRetryPolicy`, a retry policy designed for `NodeGroupControllerConnection` that relies on counting errors."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, specifically treating `kUnavailable` as a transient error."],["Users can configure the maximum number of tolerated transient errors via the constructor `NodeGroupControllerLimitedErrorCountRetryPolicy(int)`, with a `maximum_failures` value of 0 effectively disabling retries."],["The class provides functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage and check the retry logic, the latest being used to create a fresh policy instance."],["The page also provides a detailed list of links for different versions of the documentation for the same policy class, ranging from version 2.11.0 up to the latest 2.37.0-rc."]]],[]]