[[["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-09 UTC."],[[["This webpage provides documentation for the `NotebookServiceLimitedErrorCountRetryPolicy` class in the Google Cloud C++ client library, specifically for version 2.14.0 and above, with the latest being 2.37.0-rc."],["The `NotebookServiceLimitedErrorCountRetryPolicy` class defines a retry mechanism for `NotebookServiceConnection` operations, halting retries on non-transient errors or when the maximum allowed transient failures are surpassed."],["The class treats the `kUnavailable` status code as a transient error."],["You can initialize the `NotebookServiceLimitedErrorCountRetryPolicy` with a constructor that takes an `int` `maximum_failures`, which will allow the amount of errors it will tolerate, or 0 to disable retry."],["This class offers several functions, including `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`, to manage the retry behavior and to clone the policy for reset."]]],[]]