[[["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 document outlines the `ManagedNotebookServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `ManagedNotebookServiceConnection` that tracks the number of errors encountered."],["The retry policy halts when a non-transient error occurs or if the number of transient failures exceeds a defined limit, with `kUnavailable` being treated as transient."],["The policy can be configured with a constructor to specify the maximum number of transient errors it can tolerate, allowing disabling the loop by setting `maximum_failures` to 0."],["The document outlines several functions, such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted() const`, `IsPermanentFailure(Status const &) const`, and `clone() const`, that facilitate configuration of the policy."],["There is an alias type called `BaseType`, equivalent to `ManagedNotebookServiceRetryPolicy`."]]],[]]