[[["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-03-21 UTC."],[[["This webpage details the `NotebookServiceLimitedErrorCountRetryPolicy`, a class designed for managing retries in `NotebookServiceConnection` based on the number of encountered errors."],["The policy halts retries when non-transient errors occur or when the number of transient failures exceeds a predetermined threshold."],["Transient errors in this policy are defined as those with the `kUnavailable` status code."],["The `NotebookServiceLimitedErrorCountRetryPolicy` can be configured to tolerate a specific number of transient errors using the `maximum_failures` parameter in the constructor, with the option to disable retries by setting `maximum_failures` to 0."],["The webpage offers information about the different constructors of this policy, along with details about its core functions such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone`."]]],[]]