[[["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`, which is used to manage retries for `CloudShellServiceConnection` based on the number of errors encountered."],["The retry policy stops when a non-transient error occurs or when the number of transient failures exceeds a predefined limit."],["Transient errors are defined as having `kUnavailable` or `kUnknown` status codes."],["The policy allows configuration of the maximum number of tolerated transient errors via the `maximum_failures` parameter, and can disable retries altogether by setting `maximum_failures` to 0."],["This class includes functions to check if the policy is exhausted, handle failures, determine if a failure is permanent, and clone the policy."]]],[]]