[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 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."]]],[]]