[[["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, 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 exceeding a set number of transient failures, where `kUnavailable` is defined as a transient status code."],["The policy can be constructed to tolerate a specified number of transient errors via the `DocumentLinkServiceLimitedErrorCountRetryPolicy(int maximum_failures)` constructor, and can be disabled by setting `maximum_failures` to 0."],["The class includes methods to check for exhaustion (`IsExhausted`), permanent failures (`IsPermanentFailure`), and to retrieve the maximum number of allowed failures (`maximum_failures`), along with methods for creating new instances (`clone`) and handling failures (`OnFailure`)."],["It has a type alias, `BaseType`, which is synonymous with `DocumentLinkServiceRetryPolicy`."]]],[]]