[[["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-17 UTC."],[[["This webpage provides documentation for the `NotebookServiceLimitedErrorCountRetryPolicy` class across multiple versions, including the latest release candidate 2.37.0-rc, and previous releases down to version 2.11.0."],["The `NotebookServiceLimitedErrorCountRetryPolicy` class is a retry mechanism designed to handle transient errors for `NotebookServiceConnection`, ceasing retry attempts upon encountering a non-transient error or exceeding a specified number of transient failures."],["The policy treats `kUnavailable` as a transient error status code and can be disabled by setting `maximum_failures` to 0 during the class instance creation."],["The class has the ability to be copied, as it contains 2 constructors and implements a `clone()` method that creates a new policy instance, and has methods for checking if the policy is exhausted or failed permanently."],["This class has a `maximum_failures` function that returns an integer, and `OnFailure` function which takes a status parameter and returns a boolean."]]],[]]