[[["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, with the most recent version listed as 2.37.0-rc."],["The `DocumentLinkServiceLimitedErrorCountRetryPolicy` class implements a retry policy that limits the number of transient errors before stopping retries for operations on `DocumentLinkServiceConnection`."],["The policy will terminate if it encounters a non-transient error or if the number of transient errors exceeds the preset limit."],["The code only considers `kUnavailable` as a transient error, and the number of transient errors to tolerate is passed as an integer to the policy's constructor, and passing 0 to the constructor disables the retry."],["The class has several functions including `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted() const`, `IsPermanentFailure(Status const &) const`, `clone() const` and `BaseType` which is an alias of `DocumentLinkServiceRetryPolicy`."]]],[]]