[[["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-21 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, treating `kUnavailable` and `kUnknown` as transient errors."],["The policy can be configured to tolerate a specified maximum number of transient errors via its constructor, with setting `maximum_failures` to 0 effectively disabling retries."],["Key functionalities include checking for exhaustion (`IsExhausted()`), identifying permanent failures (`IsPermanentFailure()`), handling failures (`OnFailure()`), obtaining maximum failure count (`maximum_failures()`), and cloning (`clone()`)."],["The webpage also lists various versions of the `CloudShellServiceLimitedErrorCountRetryPolicy`, ranging from version 2.11.0 to 2.37.0-rc."]]],[]]