[[["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 webpage provides documentation for the `DocumentLinkServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud Content Warehouse C++ client library, specifically version 2.22.1."],["The `DocumentLinkServiceLimitedErrorCountRetryPolicy` class is designed to manage retries for `DocumentLinkServiceConnection` based on the number of errors encountered, ceasing retry attempts after a defined number of transient failures or a non-transient error occurs."],["The policy considers `kUnavailable` status codes as transient errors, which can be retried, and users can specify the maximum number of allowed transient errors during the object's construction."],["The class offers several functions to control and observe its retry policy, such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, as well as type aliases such as `BaseType`."],["The latest release candidate is version 2.37.0-rc, which is the newest version available, followed by a history of versions going back to 2.12.0."]]],[]]