[[["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-04-17 UTC."],[[["This webpage documents the `DocumentLinkServiceLimitedErrorCountRetryPolicy`, which is used to manage retries for the `DocumentLinkServiceConnection` in the context of Google Cloud's Content Warehouse C++ client library."],["The retry policy will stop if a non-transient error is received or if the number of transient errors, specifically `kUnavailable` status codes, exceeds the configured maximum."],["The policy can be customized during construction by specifying the maximum number of transient failures to tolerate, and it can even be disabled entirely by setting the maximum number to 0."],["The provided code examples show the available constructors and functions, which include methods to determine if a failure is permanent, check if retries are exhausted, get the maximum failures set, and create a new copy of the policy."],["There are multiple versions of this class, including the latest `2.37.0-rc` version and the current version `2.36.0`, along with older versions ranging from `2.35.0` to `2.12.0` that can be accessed."]]],[]]