[[["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 document outlines the `SearchServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `SearchServiceConnection` in the Google Cloud Discovery Engine C++ library, specifically for handling transient errors."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined maximum, and it considers `kUnavailable` as a transient error."],["The policy is customizable using the `SearchServiceLimitedErrorCountRetryPolicy(int)` constructor, where you can specify the maximum number of transient failures to tolerate, which also allows disabling retries by setting `maximum_failures` to 0."],["The document provides details on the policy's constructors, including copy and move constructors, and various functions like `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()` to manage the retry process."],["The documentation also contains a history of the different versions that this policy has been applied to, dating back to version 2.15.1."]]],[]]