[[["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, with the latest version being 2.37.0-rc."],["The `DocumentLinkServiceLimitedErrorCountRetryPolicy` class defines a retry policy that stops retrying if a non-transient error occurs or if a prescribed number of transient failures (specifically `kUnavailable` status codes) are exceeded."],["The class allows configuring the maximum number of transient failures before stopping retries via the `DocumentLinkServiceLimitedErrorCountRetryPolicy(int maximum_failures)` constructor, and disabling retries by setting `maximum_failures` to 0."],["The class includes methods to check for exhaustion (`IsExhausted`), determine if a failure is permanent (`IsPermanentFailure`), track the maximum failures allowed (`maximum_failures`), handle a failure status (`OnFailure`) and create a new instance of itself (`clone`)."],["The class has several versioned releases ranging from 2.12.0 to 2.37.0-rc."]]],[]]