[[["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-18 UTC."],[[["This webpage provides documentation for the `DocumentLinkServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud Content Warehouse C++ client library, specifically version 2.27.0."],["The `DocumentLinkServiceLimitedErrorCountRetryPolicy` class is used to define a retry policy for `DocumentLinkServiceConnection` that limits the number of transient errors allowed before ceasing retries."],["The retry policy will stop if there is a non-transient error or if the number of transient failures exceeds a pre-defined `maximum_failures`, with `kUnavailable` status codes being considered as transient."],["The class provides constructors to set the `maximum_failures`, functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage and assess the policy, and a type alias called `BaseType`."],["The documentation also provides links to older versions, such as versions 2.37.0-rc, 2.36.0, all the way down to 2.12.0, of the `DocumentLinkServiceLimitedErrorCountRetryPolicy` class."]]],[]]