[[["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 document provides information on the `SchemaServiceLimitedErrorCountRetryPolicy`, a class that manages retries for `SchemaServiceConnection` in the Google Cloud Discovery Engine C++ library."],["The retry policy halts if an RPC returns a non-transient error or if the number of transient failures exceeds a predefined limit, treating the status code `kUnavailable` as a transient error."],["The `SchemaServiceLimitedErrorCountRetryPolicy` class includes constructors for setting the maximum number of transient errors, along with copy and move constructors, and one can disable retries by providing an instance with `maximum_failures` set to 0."],["The class provides functions to obtain the `maximum_failures` count, as well as check for exhaustion, permanent failure, and perform an action `OnFailure` with a status, and also includes a `clone()` function to create a reset instance of the policy."],["This resource also provides version history and documentation for the class, listing versions from 2.15.1 up to the latest release candidate 2.37.0-rc."]]],[]]