[[["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-04-23 UTC."],[[["This document provides information on the `NotebookServiceLimitedErrorCountRetryPolicy`, a class used to manage retries for `NotebookServiceConnection`."],["The retry policy will stop if an RPC returns a non-transient error or if it exceeds a set number of transient failures, specifically those with the `kUnavailable` status code."],["Users can set the maximum number of allowed transient failures during the policy's construction, and can also disable it entirely if they wish."],["The document details the constructors, functions, and a type alias for the retry policy, including `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, along with descriptions for the parameters and return values."]]],[]]