[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["This webpage details the `RankServiceLimitedErrorCountRetryPolicy` for the Google Cloud Discovery Engine C++ library, specifically for version 2.31.0."],["The `RankServiceLimitedErrorCountRetryPolicy` is used to manage retries for `RankServiceConnection` RPCs, stopping when a non-transient error occurs or a maximum number of transient failures are exceeded."],["Transient errors, under this policy, are limited to RPC calls returning the `kUnavailable` status code."],["The policy can be customized by providing the `maximum_failures` parameter in the constructor, with a value of `0` disabling retries."],["The policy allows the user to construct it with an `int`, move it, copy it, check if it has reached the maximum failures allowed, and even clone it."]]],[]]