[[["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 `ControlServiceLimitedErrorCountRetryPolicy` class in the Google Cloud Discovery Engine C++ library, which manages retry attempts for `ControlServiceConnection` based on error counts."],["The `ControlServiceLimitedErrorCountRetryPolicy` class stops retrying when a non-transient error occurs or if a specified number of transient failures are detected, with `kUnavailable` being the only status code it treats as transient."],["You can configure the maximum number of transient failures tolerated by creating an instance of this policy with the constructor, and setting the `maximum_failures` parameter, or disable the retry by setting it to 0."],["The document contains the constructors and functions, including `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, for the `ControlServiceLimitedErrorCountRetryPolicy` class, as well as a `BaseType` alias."],["The documentation also includes multiple version history links for `ControlServiceLimitedErrorCountRetryPolicy` class, starting from version `2.37.0-rc` to `2.15.1`, demonstrating the evolution and stability of this class over different releases."]]],[]]