[[["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 details the `NotebookServiceLimitedErrorCountRetryPolicy`, which is a retry mechanism for `NotebookServiceConnection` within the Google Cloud C++ client libraries."],["The retry policy halts when a non-transient error occurs or if the number of transient failures exceeds a specified limit, with `kUnavailable` being treated as transient."],["The policy can be configured with a constructor to limit the number of transient errors it tolerates, allowing you to set the `maximum_failures` or even disable the retry loop by providing 0 for `maximum_failures`."],["The class provides several functions, including `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, to manage and check the retry state and create a new instance of the policy."],["The webpage shows the numerous versions available, starting from the latest `2.37.0-rc` down to `2.11.0` with different links to their respective documentation."]]],[]]