[[["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-08-14 UTC."],[[["This webpage details the `GkeHubLimitedErrorCountRetryPolicy`, a retry policy designed for `GkeHubConnection` that limits retries based on the number of encountered errors."],["The policy terminates if a non-transient error occurs or if the number of transient failures exceeds a set limit, with `kUnavailable` status codes being treated as transient errors."],["Constructors allow you to set the maximum number of transient failures (`maximum_failures`) or to copy other policies, and setting `maximum_failures` to 0 will disable retry attempts."],["The class provides functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()` to get information or modify the policy status, and a `clone()` function for creating new policy instances."],["The page also contains a comprehensive list of `GkeHubLimitedErrorCountRetryPolicy` versions ranging from `2.37.0-rc (latest)` to `2.11.0`."]]],[]]