[[["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 `ConversationalSearchServiceLimitedErrorCountRetryPolicy`, a class used to manage retries for the `ConversationalSearchServiceConnection` in the Google Cloud Discovery Engine C++ client library."],["The retry policy will cease if a non-transient error is encountered, or if the number of transient errors surpasses the predetermined limit."],["Transient errors within this class are identified by the `kUnavailable` status code."],["Constructors allow for the creation of instances with a specified maximum number of transient failures, including an option to disable retries entirely by setting `maximum_failures` to 0."],["The class provides functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, which allows for the management and evaluation of retry policies."]]],[]]