[[["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-01 UTC."],[[["This webpage provides documentation for the `NotebookServiceLimitedErrorCountRetryPolicy` class, which is designed to handle transient errors in the `NotebookServiceConnection`."],["The retry policy is based on counting errors and stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined limit."],["The class constructor allows users to set the `maximum_failures`, effectively enabling or disabling the retry loop, and provides methods for `clone()`, `IsExhausted()`, `OnFailure()`, and `IsPermanentFailure()` to manage retry behavior."],["`kUnavailable` is the status code that this class treats as a transient error."],["The webpage lists multiple previous versions of this class, with the most recent version being `2.37.0-rc` and the oldest being `2.11.0`."]]],[]]