[[["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 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`."]]],[]]