[[["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 `DocumentServiceLimitedErrorCountRetryPolicy` class in the Google Cloud Discovery Engine C++ client library, specifically detailing its functionality for handling transient errors."],["The `DocumentServiceLimitedErrorCountRetryPolicy` class is designed to manage retries for the `DocumentServiceConnection`, stopping retries upon encountering non-transient errors or exceeding a defined number of transient failures, with `kUnavailable` being the only defined transient error status code."],["The class offers constructors to set the maximum number of allowed transient failures and has a built in ability to disable the retry loop."],["Key methods include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, which handle checking the failure count, managing failures, and creating new instances of the policy, while `BaseType` is an alias for `DocumentServiceRetryPolicy`."],["The documentation includes links to various versioned references, from `2.37.0-rc` (latest) down to `2.15.1`, showing the full history of releases."]]],[]]