[[["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 page provides documentation for the `DocumentSchemaServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud Content Warehouse C++ client library, with the current version being 2.33.0."],["The `DocumentSchemaServiceLimitedErrorCountRetryPolicy` is a retry mechanism for `DocumentSchemaServiceConnection` that limits retries based on the number of transient errors encountered."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined maximum, with `kUnavailable` being the status code representing a transient error."],["You can customize the maximum number of transient errors tolerated by providing an integer during the creation of `DocumentSchemaServiceLimitedErrorCountRetryPolicy` instances, or disable the policy by providing a value of 0."],["The documentation includes constructors, functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, `clone()`, and a type alias `BaseType` for `DocumentSchemaServiceRetryPolicy`."]]],[]]