[[["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 `GkeHubLimitedErrorCountRetryPolicy`, a retry policy used for `GkeHubConnection` that limits retries based on a count of transient errors."],["The policy ceases retrying upon encountering a non-transient error or when the number of transient failures exceeds a predefined limit, with `kUnavailable` being treated as a transient error."],["You can control the maximum number of transient errors allowed via the `maximum_failures` parameter in the `GkeHubLimitedErrorCountRetryPolicy` constructor, with 0 effectively disabling the retry loop."],["The page provides details for various constructors, including move and copy constructors, as well as functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`."],["The webpage has a section on the type alias `BaseType`, which is aliased to `GkeHubRetryPolicy`, and lists different version numbers, the most recent being 2.37.0-rc."]]],[]]