[[["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-08-14 UTC."],[[["This webpage provides documentation for the `DlpServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud DLP C++ client library."],["The `DlpServiceLimitedErrorCountRetryPolicy` defines a retry strategy for `DlpServiceConnection` that stops retrying upon encountering a non-transient error or exceeding a predefined number of transient failures."],["The policy considers the `kUnavailable` status code as a transient error that is able to be retried."],["The `DlpServiceLimitedErrorCountRetryPolicy` class can be configured to allow a specific `maximum_failures`, and setting this to 0 will disable retries, which can be done in the constructor of the class."],["The `clone()` method is available in this class, which will create a new instance of the policy, reset to the initial state."]]],[]]