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