[[["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."],[[["The page details the `ConversationalSearchServiceLimitedErrorCountRetryPolicy`, which manages retries for `ConversationalSearchServiceConnection` by counting errors."],["This retry policy terminates if a non-transient error occurs or if the number of transient failures exceeds a set limit, with `kUnavailable` being the only considered transient status code."],["The policy allows users to specify a maximum number of transient failures through the constructor `ConversationalSearchServiceLimitedErrorCountRetryPolicy(int)`, and disabling retries can be done by setting `maximum_failures` to 0."],["The latest version of this class is 2.37.0-rc, and the page provides links to older version documentation as well, with the oldest on the page being 2.15.1, and the specific version this page is for being version 2.20.0."],["Key functions include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, which are essential for managing the retry logic and understanding the retry policy's current state."]]],[]]