[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["This webpage details the `CloudShellServiceLimitedErrorCountRetryPolicy`, which is used 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 the retry policy specifying how many maximum transient failures to allow, and can disable the retry loop by providing an instance of this policy with `maximum_failures` set to 0."],["The page also includes a list of all available versions of this service, from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The policy includes functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, alongside constructors to allow users to configure the policies functionality."]]],[]]