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