[[["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 provides documentation for the `CloudShellServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ library's shell component."],["The retry policy is designed for `CloudShellServiceConnection` and halts retries upon encountering non-transient errors or exceeding a predefined number of transient failures, treating `kUnavailable` and `kUnknown` as transient error status codes."],["The class offers constructors to specify the maximum allowed number of transient failures and has the option to disable retry loops by setting `maximum_failures` to 0, there are also constructors for Copy and Move semantics."],["Key functions include `maximum_failures()` to retrieve the maximum allowed failures, `OnFailure()` to handle failures, `IsExhausted()` to check for exhaustion, and `IsPermanentFailure()` to identify permanent failures."],["The webpage lists all of the versions of this documentation, from `2.37.0-rc` (latest) to `2.11.0`."]]],[]]