[[["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-02 UTC."],[[["This webpage provides documentation for the `NotebookServiceLimitedErrorCountRetryPolicy` class, which is designed to handle transient errors in RPC calls to `NotebookServiceConnection`."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a pre-defined limit."],["`kUnavailable` status codes are considered transient errors within this retry policy, allowing for continued attempts under specific conditions."],["The class provides constructors for creating instances with a specified `maximum_failures` limit, which can be set to zero to disable retries."],["The policy contains functions to determine if a failure is permanent, if the policy is exhausted, and a function to create a clone of the current state."]]],[]]