[[["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 that defines a retry policy based on the number of errors encountered."],["The retry policy halts if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, treating the `kUnavailable` status code as a transient error."],["The `ConversationalSearchServiceLimitedErrorCountRetryPolicy` allows users to set the maximum number of transient failures through its constructor, and it can be disabled by setting the `maximum_failures` to 0."],["This class includes functions to check if the policy is exhausted (`IsExhausted`), determine if an error is a permanent failure (`IsPermanentFailure`), and creates a copy of itself (`clone`), and it has a `maximum_failures()` method, that returns the value set by the user."],["This webpage lists available versions, and the latest release candidate is `2.37.0-rc`, and the current content pertains to version `2.27.0`, with a list of versions that go back to version `2.15.1`."]]],[]]