[[["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 webpage details the `ControlServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `ControlServiceConnection` in the Google Cloud Discovery Engine C++ library, with the latest version being 2.37.0-rc."],["The retry policy halts if a non-transient error occurs or if the number of transient errors exceeds a defined limit, with `kUnavailable` being considered a transient error."],["The class allows you to construct retry policies that tolerate a specific number of transient failures, and it can be configured to disable the retry loop entirely by setting the `maximum_failures` to 0."],["The webpage provides information on the constructors, functions (such as `maximum_failures`, `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone`), as well as type aliases associated with the `ControlServiceLimitedErrorCountRetryPolicy`."],["The retry policy has had multiple previous versions, all with their own documentation, going back to 2.15.1, all of which are documented on this webpage."]]],[]]