[[["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 outlines the `AnalyticsServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `AnalyticsServiceConnection` in the Google Cloud Retail C++ library."],["The retry policy terminates if a non-transient error occurs or if the number of transient failures exceeds a defined limit, with `kUnavailable` being the only considered transient status code."],["The policy allows users to define a `maximum_failures` parameter during construction to specify the maximum number of tolerated transient errors, setting this to 0 disables the retry loop."],["The class offers methods to check for exhaustion (`IsExhausted`), permanent failures (`IsPermanentFailure`), to retrieve the maximum number of transient failures (`maximum_failures`), or if the operation should retry upon failure (`OnFailure`), as well as cloning capabilities (`clone`)."],["There are multiple versions of this class, and the `2.37.0-rc` is currently the latest version."]]],[]]