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