[[["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."],[[["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`."]]],[]]