[[["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 designed to manage retries for `ConversationalSearchServiceConnection` 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 set threshold."],["Transient errors are defined in this class as status codes corresponding to `kUnavailable`."],["The policy can be customized during instantiation to allow for a specific `maximum_failures` count of transient errors before stopping."],["The class also allows for the policy to be disabled by providing an instance with `maximum_failures` equal to 0."]]],[]]