[[["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 details the `RankServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `RankServiceConnection` in the Google Cloud Discovery Engine C++ library, with the current version being 2.32.0."],["The policy limits retries based on the number of transient errors, stopping if a non-transient error occurs or if the maximum number of failures is reached, where `kUnavailable` is treated as a transient error."],["You can configure the maximum number of transient failures tolerated by providing an integer during construction, or turn the retry loop off entirely by setting `maximum_failures` to 0."],["The class provides methods such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, for managing and querying the retry policy's state and behavior."],["The page also provides a comprehensive list of prior versions of this document, dating back to version 2.15.1, and the current latest release candidate being 2.37.0-rc."]]],[]]