[[["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-04-17 UTC."],[[["This webpage provides documentation for the `NotebookServiceLimitedErrorCountRetryPolicy` class in the Google Cloud C++ client library, specifically for version 2.18.0 and onward, including a link to the most recent pre-release, version 2.37.0-rc."],["The `NotebookServiceLimitedErrorCountRetryPolicy` class is designed to manage retries for the `NotebookServiceConnection` by limiting the number of transient errors allowed, stopping retries on non-transient errors or exceeding the maximum allowed transient failures."],["The policy considers `kUnavailable` status codes as transient errors and can be configured to disable retries by setting `maximum_failures` to 0 in its constructor."],["The class includes methods such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone` to manage the retry process and determine the state of the policy."],["The webpage documents the classes constructors, parameters and return values, along with the documentation for a base type alias named `BaseType`, which is an alias of `NotebookServiceRetryPolicy`."]]],[]]