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