[[["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 outlines the `EngineServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `EngineServiceConnection` in the Google Cloud Discovery Engine C++ library, with versioning from 2.15.1 up to the latest release candidate 2.37.0-rc."],["The retry policy halts operations upon encountering a non-transient error or surpassing a defined limit of transient failures, treating `kUnavailable` as a transient error status code."],["Users can configure the policy to allow a specific number of transient errors, which they define with the parameter `maximum_failures`, but by setting `maximum_failures` to 0, the retry loop can be disabled entirely."],["This policy provides several methods for controlling the retry loop, including `OnFailure` to handle failure status codes, `IsExhausted` to check the policy's state, `IsPermanentFailure` to determine if the failure is permanent, and `clone` to reset and return the policy to its original state."],["The `maximum_failures()` method will return the integer amount of failures that are allowed, and this class has two parameters for its constructors, `rhs`, both defined as `EngineServiceLimitedErrorCountRetryPolicy &&` and `EngineServiceLimitedErrorCountRetryPolicy const &`."]]],[]]