[[["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-14 UTC."],[[["This webpage details the `DocumentServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `DocumentServiceConnection` in the Google Cloud Content Warehouse C++ library."],["The policy is designed to stop retrying when non-transient errors occur or when the number of transient failures exceeds a preset limit, with `kUnavailable` status code being the only transient error."],["You can customize the `maximum_failures` allowed, with the ability to disable the retry mechanism entirely by setting this value to 0."],["The latest version available is `2.37.0-rc`, but several previous versions, ranging back to `2.12.0`, are also accessible."],["This policy class allows you to manage the retry strategy through its constructors and functions like `OnFailure`, `IsExhausted`, `IsPermanentFailure` and `clone` function, which allows you to set up and control error counts and handling behavior."]]],[]]