[[["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 provides documentation for the `CloudShellServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ client library for Cloud Shell."],["The retry policy is designed to manage retries for `CloudShellServiceConnection` based on the number of transient errors encountered, stopping if a non-transient error occurs or a maximum number of transient failures is reached."],["Transient errors, in this context, are defined as having either a `kUnavailable` or `kUnknown` status code."],["The policy can be customized by setting a `maximum_failures` parameter during construction, and setting this to 0 will disable the retry loop entirely."],["The class also provides functions such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, `maximum_failures`, and `clone` to control retries, check retry state, and create new policy instances."]]],[]]