[[["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-03-05 UTC."],[[["This page documents the `ManagedNotebookServiceLimitedErrorCountRetryPolicy`, which is a retry mechanism for `ManagedNotebookServiceConnection` in the context of Google Cloud Notebooks C++ client library."],["The retry policy is based on counting errors, and it stops retrying when a non-transient error is returned, or when the number of transient failures exceeds a set threshold, where `kUnavailable` is considered a transient error."],["You can configure the maximum number of transient failures tolerated by this policy during construction, and disabling the retry loop is possible by setting `maximum_failures` to 0."],["The document provides details on the constructors, functions like `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone`, and also the type alias `BaseType`, which is an alias of `ManagedNotebookServiceRetryPolicy`."],["The page also gives a list of available versions, ranging from 2.11.0 up to the latest version 2.37.0-rc, all relating to the same class."]]],[]]