[[["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 provides documentation for the `ProjectServiceLimitedErrorCountRetryPolicy` class in the Google Cloud C++ client library for Discovery Engine, covering versions from 2.15.1 to 2.37.0-rc."],["The `ProjectServiceLimitedErrorCountRetryPolicy` class is a retry mechanism designed to handle transient errors, specifically `kUnavailable`, in RPCs related to `ProjectServiceConnection`."],["The policy will cease retrying if a non-transient error occurs or if the number of transient failures surpasses a specified `maximum_failures` threshold, which can be set to 0 to completely disable retries."],["The documentation also details the class constructors, such as `ProjectServiceLimitedErrorCountRetryPolicy(int)` for setting maximum failures and copy/move constructors, and functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()` for managing and checking the policy's state."],["The class provides a `clone()` function to create a new instance of the policy, and a type alias `BaseType` which is equivalent to `ProjectServiceRetryPolicy` is provided."]]],[]]