[[["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 `ProjectServiceLimitedErrorCountRetryPolicy` class in the Google Cloud Discovery Engine C++ library, with versioned documentation ranging from 2.15.1 to the latest release, 2.37.0-rc."],["The `ProjectServiceLimitedErrorCountRetryPolicy` is designed to manage retries for `ProjectServiceConnection` by tracking transient errors, such as `kUnavailable`, and stopping when non-transient errors occur or when a specified maximum number of failures is reached."],["The class includes constructors to create instances with a defined `maximum_failures` threshold, and it also provides copy and move constructors for easy instantiation."],["Key functions within this class are `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, which control retry behavior, check for limits and detect error statuses, and allow cloning of the retry policy."],["The `BaseType` alias is available for `ProjectServiceRetryPolicy`."]]],[]]