[[["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-02 UTC."],[[["This webpage details the `ManagedNotebookServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `ManagedNotebookServiceConnection` that limits retries based on the number of transient errors encountered."],["The policy considers the `kUnavailable` status code as a transient error, and it ceases retrying if a non-transient error is received or if the number of transient failures exceeds a set threshold."],["You can configure the maximum number of transient errors allowed through the `ManagedNotebookServiceLimitedErrorCountRetryPolicy(int)` constructor, or disable the retry by providing a maximum_failures value of 0."],["The page also provides a historical list of versions for this specific class, with version `2.37.0-rc` being the latest version, and contains links to each version's documentation."],["The class provides functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to configure, check, and adjust the retry policies behavior."]]],[]]