[[["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 `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."]]],[]]