[[["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-04-23 UTC."],[[["This document provides a version history and detailed information about the `ProductServiceLimitedErrorCountRetryPolicy` class within the Google Cloud Retail C++ library, with version 2.37.0-rc being the most recent version."],["The `ProductServiceLimitedErrorCountRetryPolicy` class is designed to manage retries for the `ProductServiceConnection`, stopping when encountering non-transient errors or exceeding a specified number of transient failures, considering `kUnavailable` status codes as transient."],["The class allows users to configure the maximum number of allowed transient failures via the constructor, and disable the retry loop by setting the `maximum_failures` parameter to 0."],["Key functionalities include determining transient failures, checking for permanent failures, and methods to manage and inspect the current state of the retry process such as `OnFailure`, `IsExhausted`, and `clone`, alongside a `maximum_failures` method."],["The document also includes the `BaseType` alias for `ProductServiceRetryPolicy`."]]],[]]