[[["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-01 UTC."],[[["The page details the `ConversationalSearchServiceLimitedErrorCountRetryPolicy`, a class in the Google Cloud Discovery Engine C++ library, designed to manage retries for the `ConversationalSearchServiceConnection`."],["This retry policy halts operations upon encountering a non-transient error or exceeding a predefined number of transient failures, specifically identifying the `kUnavailable` status code as a transient error."],["The class features a constructor that allows for setting the maximum number of tolerated transient errors, and if the maximum is set to 0 it disables the retry loop, plus it also includes copy and move constructors."],["Key methods include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, which control retry behavior and manage the state of the policy."],["The latest release candidate version is 2.37.0-rc, with versions extending back to 2.15.1, and the documentation includes a class `BaseType` which is an alias of `ConversationalSearchServiceRetryPolicy`."]]],[]]