[[["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-14 UTC."],[[["This webpage details the `ConversationalSearchServiceLimitedErrorCountRetryPolicy`, a class in the Google Cloud Discovery Engine C++ library, designed to manage retries for the `ConversationalSearchServiceConnection` based on error counts."],["The latest version of this class is `2.37.0-rc`, but it provides documentation for a range of versions, including the currently displayed `2.22.0`, and all the way to `2.15.1`."],["The retry policy stops if an RPC returns a non-transient error or if the number of transient failures exceeds a predefined maximum, where `kUnavailable` is treated as a transient error."],["You can configure the retry behavior by setting the `maximum_failures` parameter in the constructor, with a value of 0 disabling the retry loop entirely."],["The class provides functions to check if the retry limit has been exhausted, if a failure is permanent, and to create a clone of the policy."]]],[]]