[[["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-05-07 UTC."],[[["This webpage details the `NotebookServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `NotebookServiceConnection`."],["The policy stops retrying if it encounters a non-transient error or exceeds a defined limit of transient failures, where `kUnavailable` is considered a transient error."],["The policy's constructors allow for setting the maximum number of transient errors (`maximum_failures`) before a retry is stopped, and it can be disabled with a setting of `maximum_failures` == 0."],["The page provides version history access for this policy, with the latest version being 2.37.0-rc and offers access to different version documentation from 2.11.0 up to the latest."],["The provided functions `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()` offer insights into how the policy can be implemented and managed."]]],[]]