[[["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 for `GkeHubConnection` that limits retries based on the number of transient errors encountered."],["The policy will stop retrying if a non-transient error is returned, or if the number of transient failures exceeds a specified threshold, where `kUnavailable` is considered a transient error."],["The class constructor `GkeHubLimitedErrorCountRetryPolicy(int maximum_failures)` allows setting the maximum number of tolerable transient errors, with a value of 0 disabling retries."],["The webpage provides documentation for the class constructors, functions (like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`), and a Type Alias (`BaseType`)."],["The page lists a series of documentation for the GkeHubLimitedErrorCountRetryPolicy across many versions, going from the latest release candidate version to 2.11.0."]]],[]]