[[["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 outlines the `SearchServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `SearchServiceConnection` that limits retries based on the number of errors encountered."],["The policy halts retries when it encounters a non-transient error or when the number of transient failures exceeds a predefined limit."],["Only `kUnavailable` status codes are considered transient errors in this implementation of the retry policy."],["The retry behavior can be disabled by creating a policy instance with `maximum_failures` set to 0, indicating no transient errors should be tolerated."],["The document describes in detail the constructors and functions available for the retry policy, including how to manage error counts and determine retry eligibility."]]],[]]