[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["This webpage provides documentation for the `UserEventServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud Retail C++ client library."],["The `UserEventServiceLimitedErrorCountRetryPolicy` manages retries for the `UserEventServiceConnection`, stopping if a non-transient error occurs or a maximum number of transient failures are exceeded."],["Transient errors, such as `kUnavailable`, are the only type of errors that trigger a retry, and they are specified by the status codes within the class."],["The retry policy can be customized by setting the `maximum_failures` parameter during construction to control the number of transient errors tolerated, and providing a `maximum_failures` value of 0 will disable the retry loop."],["The page provides documentation on the class constructors, functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, as well as the type alias `BaseType`."]]],[]]