[[["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 webpage provides documentation for the `DocumentSchemaServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud Content Warehouse C++ client library, with the latest version being `2.37.0-rc`."],["The `DocumentSchemaServiceLimitedErrorCountRetryPolicy` class is designed to manage retry logic for `DocumentSchemaServiceConnection` by tracking and limiting the number of transient errors that occur during RPC calls."],["The policy will cease retrying if a non-transient error occurs or if the number of transient failures, specifically `kUnavailable` status codes, exceeds the preset `maximum_failures`."],["The class provides constructors to create instances with a specified maximum number of allowed failures, including options to disable retries entirely, as well as copy and move constructors."],["It also includes functions to check the current status of the retry policy such as `maximum_failures`, `IsExhausted`, `IsPermanentFailure`, and a `clone` function to reset the policy."]]],[]]