[[["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 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."]]],[]]