[[["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-05-07 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."]]],[]]