[[["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-21 UTC."],[[["This document provides information on the `ProductSearchLimitedErrorCountRetryPolicy` class, which is designed to handle retries for `ProductSearchConnection` based on the number of errors encountered."],["The retry policy terminates if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` being the only status code considered transient."],["The class includes constructors to set the maximum number of transient errors allowed before ceasing retries, including the ability to disable retries by setting the `maximum_failures` parameter to 0."],["There are several functions that allow you to check if the retry policy is exhausted, to clone the retry policy, and determine whether the retry should proceed depending on the received status."],["The documentation includes links to various version numbers, from 2.11.0 to 2.37.0-rc, of the class `ProductSearchLimitedErrorCountRetryPolicy` available."]]],[]]