[[["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 page details the `GkeHubLimitedErrorCountRetryPolicy`, a retry policy for `GkeHubConnection` that limits retries based on the number of transient errors encountered."],["The policy ceases retrying upon encountering a non-transient error or exceeding the prescribed limit of transient failures, with `kUnavailable` status code being treated as a transient error."],["You can configure the maximum number of transient errors allowed through the constructor `GkeHubLimitedErrorCountRetryPolicy(int)`, and disable retry loops by providing `maximum_failures` as 0."],["The class offers functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()` to manage and check retry states."],["The page also provides links to other versions of the `GkeHubLimitedErrorCountRetryPolicy`, from the latest `2.37.0-rc`, down to version `2.11.0`."]]],[]]