[[["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, which is part of the Google Cloud C++ client libraries related to Notebook services."],["The class implements a retry policy that stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, where transient failures are defined as `kUnavailable` status codes."],["The documentation outlines the different versions of this retry policy, starting from 2.11.0 all the way up to the latest version, 2.37.0-rc, along with its specific documentation."],["It provides details on the constructors, functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, `clone()`, and the `BaseType` alias, including parameter types and return values for each."],["The policy is applied to the `NotebookServiceConnection` to handle errors during communication with the Notebooks service, and can be disabled by setting `maximum_failures` to 0 when an instance of the class is created."]]],[]]