[[["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-04-17 UTC."],[[["This webpage details the `SearchServiceLimitedErrorCountRetryPolicy` class, which manages retries for `SearchServiceConnection` based on error counts."],["The policy halts retries upon encountering a non-transient error or exceeding a specified number of transient failures, with `kUnavailable` being the only status code considered as transient in this class."],["The policy constructor `SearchServiceLimitedErrorCountRetryPolicy(int)` allows configuration of the maximum allowable transient failures, and you can disable retries by setting the `maximum_failures` parameter to 0."],["The class provides functions to check if the policy is exhausted (`IsExhausted`), determine if a failure is permanent (`IsPermanentFailure`), get the maximum allowed failures (`maximum_failures`), and evaluate if an error is to be considered a failure (`OnFailure`)."],["The class contains a function called clone, which creates a new instance of the retry policy that is reset to its initial state."]]],[]]