[[["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++ library, specifically version 2.22.0."],["The `DocumentServiceLimitedErrorCountRetryPolicy` is used to manage retries for `DocumentServiceConnection` based on the number of encountered transient errors, stopping when a non-transient error is received, or the transient error count exceeds a set maximum."],["The policy treats `kUnavailable` status codes as transient errors and can be disabled by setting the `maximum_failures` to 0 during the instantiation."],["This class offers constructors to initialize the policy and functions to check and manage retry behavior, including methods like `OnFailure`, `IsExhausted`, and `IsPermanentFailure`, along with the ability to `clone` the policy."],["Multiple versions of the same policy are available, ranging from version 2.15.1 to 2.37.0-rc."]]],[]]