[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["This webpage provides documentation for the `NotebookServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ client library's Notebooks service."],["The `NotebookServiceLimitedErrorCountRetryPolicy` class is a retry policy that limits the number of transient errors it will tolerate before stopping retries."],["The latest version of the documentation provided is `2.37.0-rc`, with the list displaying various prior versions down to `2.11.0`."],["The class stops retrying if it encounters a non-transient error or if the number of transient errors exceeds the maximum failures defined, with `kUnavailable` being the status code considered as a transient error."],["The class also includes functions such as `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()` and `clone()` that allow users to manage the errors, determine the exhaustion, handle permanent failures and create new instances of the policy, respectively."]]],[]]