[[["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 `SchemaServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `SchemaServiceConnection` in the `discoveryengine` C++ library, with the latest version being `2.37.0-rc`."],["The retry policy halts if a non-transient error occurs or if the number of transient errors exceeds a defined limit, with `kUnavailable` being considered a transient error."],["The `SchemaServiceLimitedErrorCountRetryPolicy` class features constructors to set the maximum number of transient errors allowed, and various functions like `OnFailure`, `IsExhausted`, and `IsPermanentFailure`."],["The `maximum_failures` parameter within the constructor determines the threshold of transient errors before retry attempts cease, with a value of 0 disabling the retry loop."],["The class also includes a `clone()` method which creates a new instance of the policy, reset to its initial state, and a type alias `BaseType` for `SchemaServiceRetryPolicy`."]]],[]]