[[["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-09 UTC."],[[["This document provides a version history and detailed information about the `SearchServiceLimitedErrorCountRetryPolicy` class in the Google Cloud Retail C++ library, with version 2.37.0-rc being the most recent version."],["The `SearchServiceLimitedErrorCountRetryPolicy` class is designed to manage retries for the `SearchServiceConnection`, stopping retries after a non-transient error or if the number of transient failures exceeds a predefined limit."],["Transient errors, which trigger retries, are identified by the `kUnavailable` status code, as defined in the Google Cloud C++ common library."],["The class offers constructors to create instances with a specified `maximum_failures` threshold and methods like `OnFailure`, `IsExhausted`, `IsPermanentFailure`, `maximum_failures`, and `clone` to control and inspect the retry behavior, with the ability to disable retries entirely."],["The document provides a reference to all prior versions of the software dating back to 2.11.0, all of which contain information relating to this class, and provides a clear path to navigating those versions."]]],[]]