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