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