[[["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-09 UTC."],[[["This document outlines the `DeviceManagerLimitedErrorCountRetryPolicy`, a retry mechanism for `DeviceManagerConnection` that limits retries based on the number of errors encountered."],["The policy halts retries when a non-transient error occurs or when the number of transient failures exceeds a preset maximum."],["Transient errors are identified by the `kUnavailable` status code within this class, indicating temporary service disruptions."],["You can initialize `DeviceManagerLimitedErrorCountRetryPolicy` with a maximum number of failures, and a `maximum_failures` of 0 disables the retry loop."],["The class includes functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage retry behavior, check the retry limit, determine if a failure is permanent, or if the policy is exhausted."]]],[]]