[[["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 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 implements a retry policy for the `DocumentLinkServiceConnection` that limits retries based on the number of transient errors encountered."],["The policy considers RPC errors as non-transient and stops retrying if a non-transient error is received or if the number of transient failures exceeds a predefined limit, with `kUnavailable` status codes being classified as transient errors."],["The `DocumentLinkServiceLimitedErrorCountRetryPolicy` class has constructors that allow specifying the maximum number of transient errors, and also includes functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`."],["The policy can be disabled by setting `maximum_failures` to 0."]]],[]]