[[["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 `RecommendationServiceLimitedErrorCountRetryPolicy` class in the Google Cloud Discovery Engine C++ library, used for controlling retry behavior based on error counts."],["The class is designed for the `RecommendationServiceConnection`, stopping retries when a non-transient error occurs or when the number of transient errors, such as `kUnavailable`, exceeds a specified maximum."],["Constructors allow for setting the `maximum_failures` to control how many transient errors are tolerated, and setting it to 0 will disable the retry loop altogether."],["The class also contains functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()` and `clone()` to manage the number of maximum failures, evaluate failures, and determine if a failure is permanent."],["The documentation provides links to different versions of this class, ranging from version 2.37.0-rc (latest) down to 2.15.1."]]],[]]