[[["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-21 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`."]]],[]]