[[["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` in the event of errors."],["The retry policy halts when a non-transient error occurs or when the number of transient failures exceeds a predefined limit."],["Transient errors in this policy are defined as `kUnavailable` and `kUnknown` status codes."],["The policy's constructor allows configuration of the `maximum_failures`, which can also be set to 0 to disable retries."],["The page also details the functions such as `OnFailure`, `IsExhausted`, `IsPermanentFailure` and `clone` as well as a `BaseType` alias."]]],[]]