[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-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`."]]],[]]