[[["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 maximum, treating the status code `kUnavailable` as a transient error."],["The `ConversationalSearchServiceLimitedErrorCountRetryPolicy` allows users to set a maximum number of transient failures with the option to disable the retry loop entirely by setting the `maximum_failures` parameter to 0."],["The page lists multiple versions of the `ConversationalSearchServiceLimitedErrorCountRetryPolicy`, starting with version 2.15.1 and going all the way up to 2.37.0-rc, with the current page focused on version 2.26.0."],["This policy features functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage retry behavior, and is an alias of the `ConversationalSearchServiceRetryPolicy` base type."]]],[]]