[[["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 for managing retries in the `ConversationalSearchServiceConnection` based on the number of errors encountered."],["The policy halts retries 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 class has constructors to set the maximum number of tolerable transient errors and to copy or move existing policies, and allows disabling of the retry loop by setting the `maximum_failures` parameter to 0."],["The class includes functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to control and check the retry behavior and create a new instance of the policy."],["The webpage lists available documentation for the class across various versions, from `2.15.1` to the release candidate version `2.37.0-rc`, providing historical context and up-to-date documentation."]]],[]]