[[["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, 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."]]],[]]