[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 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."]]],[]]