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