[[["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 `UserEventServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud Discovery Engine C++ client library, specifically for handling retries based on error counts."],["The `UserEventServiceLimitedErrorCountRetryPolicy` class stops retrying if a non-transient error is returned or if the number of transient failures exceeds a set threshold, with `kUnavailable` being the only status code listed as a transient error."],["The class allows users to set a `maximum_failures` parameter during object construction to control how many transient errors are tolerated, and setting this value to `0` will disable the retry loop."],["This class provides methods for determining the maximum failures tolerated, checking if the retry policy is exhausted, determining if an error is a permanent failure, and creating a new instance of the policy."],["There are multiple versions of this policy class, with `2.37.0-rc` being the latest and many previous versions listed from `2.36.0` down to `2.15.1`."]]],[]]