[[["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 retry mechanism for `NotebookServiceConnection`."],["The policy stops retrying if it encounters a non-transient error or exceeds a defined limit of transient failures."],["Transient errors are defined as those with the status code `kUnavailable`."],["You can configure the maximum number of transient errors it tolerates during the instantiation of the `NotebookServiceLimitedErrorCountRetryPolicy` by providing the `maximum_failures` parameter, including disabling it by setting this value to `0`."],["This class allows for the customization of handling transient errors and provides functions to check whether the policy is exhausted, has reached a permanent failure or to reset it."]]],[]]