[[["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 `SearchServiceLimitedErrorCountRetryPolicy` class, which is designed to handle retries for the `SearchServiceConnection` 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."],["Transient errors are specifically identified as having a status code of `kUnavailable`."],["The policy allows configuring the maximum number of tolerated transient errors during initialization, and can be disabled completely by setting the maximum failures to 0."],["The document outlines the constructors, functions, and type aliases associated with the `SearchServiceLimitedErrorCountRetryPolicy` class."]]],[]]