[[["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-05 UTC."],[[["This webpage provides documentation for the `DlpServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud DLP (Data Loss Prevention) service in C++."],["The `DlpServiceLimitedErrorCountRetryPolicy` is used to manage retries for `DlpServiceConnection` based on the number of transient errors encountered, with `kUnavailable` as the status code considered transient."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined maximum."],["Users can create instances of this policy, specifying the `maximum_failures`, and disable the retry loop by setting `maximum_failures` to 0."],["The documentation outlines various constructors, functions like `maximum_failures()`, `OnFailure()`, and `clone()`, and a type alias `BaseType` associated with this retry policy class."]]],[]]