[[["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 outlines the `SchemaServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `SchemaServiceConnection` in the Google Cloud Discovery Engine C++ library, specifically in versions ranging from 2.15.1 to 2.37.0-rc."],["The policy is designed to stop retrying when encountering a non-transient error or after surpassing a set number of transient failures, with `kUnavailable` status codes categorized as transient errors."],["You can customize the policy by setting a `maximum_failures` value during its creation, with `maximum_failures` == 0 disabling the retry loop."],["The class offers functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, providing details on the retry policy's behavior and allowing duplication of the retry policy."],["This policy has multiple iterations spanning across numerous versions, with the latest version being `2.37.0-rc`, and a history of versions that are available to reference within the content."]]],[]]