[[["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 `DocumentServiceLimitedErrorCountRetryPolicy` class in the Google Cloud C++ client library, specifically for the Content Warehouse service, with the latest version being `2.37.0-rc`."],["The `DocumentServiceLimitedErrorCountRetryPolicy` class is designed to manage retries for the `DocumentServiceConnection` by counting the number of transient errors encountered during operations."],["The policy will cease retrying if a non-transient error occurs or if the number of transient failures surpasses a predefined maximum, and `kUnavailable` is the only status code categorized as a transient error."],["Constructors are available to create the policy, including one to set the `maximum_failures` for transient errors, and if `maximum_failures` is set to `0` then the retry loop is disabled."],["The class offers several functions, including `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, allowing developers to query and manage the behavior of the error-counting retry policy."]]],[]]