[[["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 that limits retries based on the number of transient errors encountered."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a specified maximum, using `kUnavailable` as a transient status code."],["The `ManagedNotebookServiceLimitedErrorCountRetryPolicy` constructor allows setting the maximum number of tolerable transient errors, which can also be set to `0` to disable retries."],["The webpage shows that this policy is used across multiple versions, from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["There are several functions to manage the retry policy, like `maximum_failures()` to get the maximum failures, `OnFailure` to handle errors, and `IsExhausted()` and `IsPermanentFailure()` to get the current status of the retry policy."]]],[]]