[[["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 designed for `ManagedNotebookServiceConnection` that limits the number of transient errors before stopping retries."],["The policy halts retries when a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` status codes being the only ones classified as transient errors in this context."],["You can customize the policy's tolerance to transient errors by specifying the `maximum_failures` in the constructor, or disable the retry loop by setting `maximum_failures` to 0."],["The policy provides functions to check if the maximum number of retries has been reached (`IsExhausted`) or if a failure is permanent (`IsPermanentFailure`)."],["This policy can create a new instance of itself, reset to the initial state, by using the clone function."]]],[]]