[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["This webpage provides documentation for the `SearchServiceLimitedErrorCountRetryPolicy` class in the Google Cloud C++ Discovery Engine library, covering multiple versions."],["The `SearchServiceLimitedErrorCountRetryPolicy` is used to manage retries for `SearchServiceConnection` based on the number of transient errors encountered."],["This policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a set maximum, and the status code `kUnavailable` is considered a transient error."],["The policy can be configured during instantiation to tolerate up to a specified number of transient errors, and can be completely disabled by setting `maximum_failures` to 0."],["The class provides several constructors, a `maximum_failures()` method, and several virtual methods (`OnFailure`, `IsExhausted`, `IsPermanentFailure`, `clone`) for managing the retry behavior, along with the type alias `BaseType`."]]],[]]