[[["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 document describes the `DocumentServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `DocumentServiceConnection` in the Google Cloud C++ Discovery Engine library."],["The retry policy stops when a non-transient error occurs or if the number of transient failures exceeds a specified limit, with `kUnavailable` being treated as a transient error."],["The `DocumentServiceLimitedErrorCountRetryPolicy` constructor accepts an integer to define the maximum number of allowed transient failures, and it can be set to 0 to disable the retry loop entirely."],["The document lists different versions of the documentation, ranging from 2.15.1 to 2.37.0-rc, along with links to the `DocumentServiceLimitedErrorCountRetryPolicy` class documentation for each version."],["This class provides functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` for managing retry behavior, and it defines `BaseType` as an alias for `DocumentServiceRetryPolicy`."]]],[]]