[[["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 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."]]],[]]