[[["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 provides documentation for the `DocumentLinkServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud Content Warehouse C++ client library, with the latest version being `2.37.0-rc`."],["The `DocumentLinkServiceLimitedErrorCountRetryPolicy` class implements a retry mechanism that stops when a non-transient error occurs or after a defined maximum number of transient failures, where `kUnavailable` is considered a transient error status code."],["The policy can be constructed to tolerate a specified number of transient errors (`maximum_failures`), and setting `maximum_failures` to 0 will disable the retry loop."],["The class includes methods to determine if the retry policy is exhausted (`IsExhausted`), if a failure is permanent (`IsPermanentFailure`), and to obtain the maximum number of failures (`maximum_failures`), as well as a method to clone the retry policy."],["The webpage has a list of links to previous versions, ranging from 2.12.0 to 2.36.0, as well as 2.15.1 and 2.25.1."]]],[]]