[[["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."],[[["The page details the `DlpServiceLimitedErrorCountRetryPolicy`, a retry policy for `DlpServiceConnection` that limits retries based on the number of transient errors encountered."],["The policy ceases retrying upon encountering a non-transient error or when the number of transient failures exceeds a predefined limit, with `kUnavailable` being treated as a transient error."],["You can disable the retry loop by creating an instance of this policy with `maximum_failures` set to 0."],["The page lists available versions, beginning with version 2.37.0-rc as the latest and going back to version 2.11.0, allowing you to navigate to each specific version's documentation."],["Key functions include `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)` and `clone()` along with a constructor and its overloads."]]],[]]