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