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