[[["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, which is a retry mechanism for `DocumentServiceConnection`."],["The class retries requests until a non-transient error occurs or a maximum number of transient failures is reached, with `kUnavailable` being the only status code considered a transient error."],["The policy can be configured to allow a certain number of transient errors via its constructor, disabling retry if `maximum_failures` is set to 0."],["The latest version available is 2.37.0-rc, with previous versions available for reference dating back to version 2.15.1, all pertaining to the same class."],["It includes important functions for managing retries, like `OnFailure`, `IsExhausted`, `IsPermanentFailure`, `maximum_failures`, and a `clone` method to reset the policy to its initial state, all inherited from its base class `DocumentServiceRetryPolicy`."]]],[]]