[[["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-02 UTC."],[[["This webpage details the `CloudShellServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `CloudShellServiceConnection` that relies on counting errors."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a predefined limit."],["Transient errors, as handled by this policy, encompass `kUnavailable` and `kUnknown` status codes."],["The policy's constructor allows you to specify the maximum number of transient errors (`maximum_failures`) before retries cease, with a `maximum_failures` value of 0 disabling retries."],["This class provides various functions such as `OnFailure`, `IsExhausted`, and `IsPermanentFailure` to manage and assess the retry process, and a clone function to reset the policy."]]],[]]