[[["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 document provides a detailed overview of the `CloudShellServiceLimitedErrorCountRetryPolicy` class, specifically within the context of Google Cloud's C++ library for Cloud Shell."],["The retry policy is designed to manage transient errors in RPC calls, stopping retries upon encountering non-transient errors or exceeding a predefined count of transient failures."],["The class constructor allows for specifying the maximum number of transient errors (`maximum_failures`) that can be tolerated, and setting this value to 0 will disable the retry loop."],["Key functions within this class include `OnFailure`, `IsExhausted`, and `IsPermanentFailure`, which are used to determine whether to retry, if retries have stopped, and whether an error is permanent respectively."],["The class also provides a `clone()` function, which allows for the creation of new instance of the policy and the `maximum_failures()` which will return the `int` representing the maximum number of failures allowed."]]],[]]