[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-18 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."]]],[]]