[[["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`, a class used for managing retry behavior in the `SearchServiceConnection` for Google's Discovery Engine."],["The retry policy will cease operations upon encountering a non-transient error or exceeding the set limit of allowable transient failures, with `kUnavailable` status codes being treated as transient errors."],["Users can customize the maximum number of transient errors allowed via the constructor `SearchServiceLimitedErrorCountRetryPolicy(int)`, with the ability to disable retries entirely by setting `maximum_failures` to 0."],["The document provides access to documentation for various versions of the software, ranging from version 2.15.1 up to the latest release candidate 2.37.0-rc, all of which have a consistent behavior for the `SearchServiceLimitedErrorCountRetryPolicy` class."],["The document outlines key methods and behaviors of the class, including `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to help users understand how they can configure it to their needs."]]],[]]