[[["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 page documents the `DatasetServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `DatasetServiceConnection` that focuses on counting the number of errors."],["The policy ceases retrying when a non-transient error occurs or if the number of transient failures exceeds a defined maximum, with `kUnavailable` being treated as transient."],["The `DatasetServiceLimitedErrorCountRetryPolicy` can be configured to tolerate a specified maximum number of transient errors via the constructor, with setting `maximum_failures` to 0 effectively disabling retries."],["The policy includes methods for checking if retries are exhausted, determining if a failure is permanent, and cloning the policy to a reset state, along with the `maximum_failures()` method to know the number of transient errors that are allowed."],["This policy uses `DatasetServiceRetryPolicy` as the base type."]]],[]]