[[["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-21 UTC."],[[["This webpage details the `ManagedNotebookServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `ManagedNotebookServiceConnection` in the context of Google Cloud C++ Notebooks."],["The policy halts retries upon encountering a non-transient error or exceeding a defined number of transient failures, with `kUnavailable` status code considered a transient error."],["Users can customize the maximum number of tolerated transient errors via the constructor, allowing for disabling the retry loop entirely by setting `maximum_failures` to 0."],["The class provides several functions, such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`, to manage and interact with the retry logic."],["The webpage contains links to the documentation for various versions of this `ManagedNotebookServiceLimitedErrorCountRetryPolicy` with version 2.37.0-rc being the latest and 2.11.0 being the earliest."]]],[]]