[[["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."],[[["The latest version of the `ManagedNotebookServiceLimitedErrorCountRetryPolicy` is 2.37.0-rc, with multiple previous versions available, ranging down to 2.11.0."],["This retry policy is designed for `ManagedNotebookServiceConnection`, implementing a system that counts errors and stops retrying after a certain amount of transient failures or when a non-transient error occurs."],["The `kUnavailable` status code is treated as a transient error within this retry policy."],["You can set the maximum number of transient errors allowed by adjusting the `maximum_failures` parameter during the policy's instance creation, or even disable retry loop by providing an instance of this policy with `maximum_failures` == 0."],["The `ManagedNotebookServiceLimitedErrorCountRetryPolicy` class includes functions to check for `IsExhausted` and `IsPermanentFailure` and to determine `maximum_failures`, and it also includes the ability to create a fresh clone of the policy using the `clone()` function."]]],[]]