[[["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-08 UTC."],[[["This webpage provides documentation for the `NotebookServiceLimitedErrorCountRetryPolicy` class, which is part of Google Cloud's C++ Notebooks library."],["The `NotebookServiceLimitedErrorCountRetryPolicy` class manages retries for `NotebookServiceConnection` by tracking the number of transient errors, stopping retries if non-transient errors are encountered or if the transient error limit is reached."],["The class treats `kUnavailable` status codes as transient errors and provides a constructor to set the maximum number of transient failures, allowing you to disable retry by setting the `maximum_failures` to 0."],["It includes functions for checking if the policy is exhausted, determining if a failure is permanent, getting the maximum allowed failures, and cloning the policy to create a reset instance, along with a base type alias."],["The page also provides an extensive list of prior version documentation, ranging from 2.37.0-rc to 2.11.0, for those looking for older versioning."]]],[]]