[[["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 document describes the `DatasetServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `DatasetServiceConnection` that counts errors to manage retries."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a predefined limit."],["Transient errors, specifically those with a `kUnavailable` status code, are the only types that trigger retries under this policy."],["You can create the retry policy with a custom maximum number of failures, or even disable the retry loop by setting `maximum_failures` to 0."],["The policy includes methods to determine if the retry limit has been exhausted, whether a failure is permanent, and functions for creating a clone of the policy."]]],[]]