[[["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 details the `DlpServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `DlpServiceConnection` that manages retries based on error counts."],["The policy halts retries when encountering a non-transient error or when the number of transient failures surpasses a predetermined limit."],["Transient errors are defined as those with the `kUnavailable` status code within the policy's scope."],["You can construct this retry policy with an integer to configure the maximum number of transient errors tolerated, and set the amount to 0 to disable retrying."],["The policy features functions to determine the maximum failure count, handle failures, check if retries are exhausted, and identify permanent failures, alongside the ability to clone the policy."]]],[]]