[[["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 webpage details the `SiteSearchEngineServiceLimitedErrorCountRetryPolicy`, a class used to manage retries for `SiteSearchEngineServiceConnection` based on the number of errors encountered."],["The retry policy will halt if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, and only the `kUnavailable` status code is classified as a transient error."],["You can configure the maximum number of transient errors to be allowed by passing an integer to the `SiteSearchEngineServiceLimitedErrorCountRetryPolicy` constructor."],["The maximum_failures() function gives you the integer of the max transient errors, and the functions IsExhausted(), OnFailure() and IsPermanentFailure() checks and updates the status of the error."],["The webpage provides documentation for various versions of the class, ranging from version 2.15.1 to the latest release candidate, 2.37.0-rc, including each of the function and constructors with the provided parameters and descriptions."]]],[]]