[[["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 details the `DocumentServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `DocumentServiceConnection` in the Google Cloud Discovery Engine C++ client library."],["The policy halts retries upon encountering non-transient errors or exceeding a set number of transient failures, treating `kUnavailable` as a transient error status."],["Users can configure the maximum number of allowed transient errors when creating an instance of `DocumentServiceLimitedErrorCountRetryPolicy`, with setting `maximum_failures` to 0 disabling the retry loop entirely."],["The class provides methods like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()` to manage and inspect the retry state."],["The page covers multiple versions of the discovery engine, with 2.37.0-rc being the latest version of the code."]]],[]]