[[["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-05 UTC."],[[["This webpage details the `ConversationalSearchServiceLimitedErrorCountRetryPolicy`, which manages retries for `ConversationalSearchServiceConnection` by counting errors."],["The retry policy terminates if a non-transient error occurs or if the number of transient failures exceeds a specified limit, with `kUnavailable` being the only considered transient status code."],["The policy is customizable via its constructor, allowing configuration of the maximum number of tolerated transient errors, where providing a `maximum_failures` of 0 will disable retry loops."],["The available documentation of this policy is split amongst different versions, from 2.15.1 to 2.37.0-rc."],["It provides methods like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage and query the retry behavior."]]],[]]