[[["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-08-07 UTC."],[[["This document provides information on the `AppHubLimitedErrorCountRetryPolicy`, a class used for defining retry policies in the context of `AppHubConnection`."],["The retry policy implemented by this class halts further retries upon encountering a non-transient error or when the number of transient errors exceeds a predefined limit."],["Transient errors, in this context, are defined as RPC responses that have a status code of `kUnavailable`."],["The class allows users to set the maximum number of transient failures tolerated through the constructor, with the ability to disable the retry loop entirely by setting `maximum_failures` to 0."],["It includes functions for determining if a failure is permanent, checking if the policy is exhausted, handling failures, and cloning the policy instance."]]],[]]