[[["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 webpage details the `GkeHubLimitedErrorCountRetryPolicy` class, a retry mechanism for `GkeHubConnection` that halts retries upon non-transient errors or when a set number of transient errors occur."],["The policy considers `kUnavailable` status codes as transient errors, and it has a customizable limit on the number of transient failures it will tolerate before stopping."],["The class includes constructors to create instances with a specified `maximum_failures` limit, including the ability to disable retries by setting this to 0, along with copy and move constructors."],["It provides functions to determine the `maximum_failures`, check if the policy is exhausted, determine if a failure is permanent, and make a clone of the current policy."],["The latest version available is 2.37.0-rc, and there are a range of previous versions available, starting from version 2.11.0 going up to 2.36.0."]]],[]]