[[["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 webpage provides documentation for the `SearchServiceLimitedErrorCountRetryPolicy` class, specifically within the context of the Google Cloud Discovery Engine C++ client library, with the most recent version available being 2.37.0-rc."],["The `SearchServiceLimitedErrorCountRetryPolicy` class is a retry mechanism designed to handle transient errors during RPC calls to a `SearchServiceConnection`, where the class will stop retrying if there is a non-transient error or after a set number of transient failures."],["Transient errors are those associated with the `kUnavailable` status code, indicating temporary service unavailability, and this class tracks how many of these transient errors occur."],["The policy is configured by passing in `maximum_failures`, which represents the maximum number of transient failures before the retry mechanism stops, and setting this to 0 disables the retry loop."],["The documentation includes version history of this class in the C++ library, with links to each version, and provides methods such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone`, along with constructors for the `SearchServiceLimitedErrorCountRetryPolicy` class."]]],[]]