[[["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 document provides information on the `ConversationalSearchServiceLimitedErrorCountRetryPolicy` class, which is used to manage retries for transient errors in the `ConversationalSearchServiceConnection`."],["The retry policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a defined limit, and it treats `kUnavailable` status codes as transient errors."],["The class supports several constructors, allowing you to create instances with a specific maximum number of tolerated transient errors or copy existing instances, and it also contains functions to determine if the retry has been exhausted or if a given error is permanent."],["The class includes a `clone()` function to create new instances of the policy and supports different version, ranging from 2.15.1 all the way up to the latest version, 2.37.0-rc."],["The `maximum_failures()` function allows to view the current max amount of transient errors that can be retried before exhausting."]]],[]]