[[["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-05-07 UTC."],[[["This webpage details the `CloudShellServiceLimitedErrorCountRetryPolicy`, which is designed to manage retries for `CloudShellServiceConnection` based on the number of errors encountered."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` and `kUnknown` status codes classified as transient errors."],["You can create an instance of `CloudShellServiceLimitedErrorCountRetryPolicy` with a specified maximum number of tolerated transient errors, or disable retries altogether by setting `maximum_failures` to 0."],["The class includes functions to get the maximum failures allowed, handle failures, determine if retries are exhausted, and identify permanent failures, as well as a clone function to make a copy of the retry policy."],["The page also provides a comprehensive list of the version history of this class, ranging from the latest version 2.37.0-rc to 2.11.0."]]],[]]