[[["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 `EngineServiceLimitedErrorCountRetryPolicy` class in the Google Cloud Discovery Engine C++ library, specifically version 2.34.0."],["The `EngineServiceLimitedErrorCountRetryPolicy` is a retry mechanism for `EngineServiceConnection` that stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined limit."],["The policy treats the `kUnavailable` status code as a transient error."],["The class includes constructors to create instances with a specified number of maximum transient errors, including the ability to disable retries by setting `maximum_failures` to 0, and copy constructors."],["The class has methods such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage and inspect the retry policy's behavior and state, with a type alias `BaseType` pointing to the `EngineServiceRetryPolicy` class."]]],[]]