[[["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, specifically version 2.20.0 and up to the most recent release candidate 2.37.0-rc."],["The `DocumentSchemaServiceLimitedErrorCountRetryPolicy` class is designed to manage retry behavior for the `DocumentSchemaServiceConnection` by counting the number of errors that are transient."],["The retry policy will stop attempting to retry operations if a non-transient error occurs, or if the number of transient failures exceeds a specified maximum, with `kUnavailable` being the only listed transient error status code."],["The policy constructor `DocumentSchemaServiceLimitedErrorCountRetryPolicy(int)` allows users to set a limit to the number of transient errors that will be tolerated, enabling them to disable the retry loop by providing an instance of the policy with a maximum failure of 0."],["This class provides virtual functions such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone` to manage various aspects of the retry process, including checking for exhausted retry attempts, detecting permanent errors, and creating new policy instances."]]],[]]