[[["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-21 UTC."],[[["This document describes the `DeviceManagerLimitedErrorCountRetryPolicy`, a retry policy designed for `DeviceManagerConnection` that retries based on counting errors."],["The policy stops retrying 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 handled by this retry policy."],["The policy can be customized to allow a specific maximum number of transient failures during construction, with the option to disable retries entirely by setting `maximum_failures` to 0."],["The class provides functions to determine the maximum failure count, check for exhaustion, check for permanent failures, and a method to clone itself for a new instance of the policy."]]],[]]