[[["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 retry mechanism for `AppHubConnection` that limits retries based on the number of transient errors encountered."],["The policy ceases retrying upon encountering a non-transient error or when the number of transient failures exceeds a predefined limit, with `kUnavailable` being treated as a transient error."],["The `AppHubLimitedErrorCountRetryPolicy` constructor accepts an integer to define `maximum_failures`, and a `maximum_failures` value of 0 disables the retry loop."],["The document details the different constructors, functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, as well as the type alias `BaseType` in the `AppHubLimitedErrorCountRetryPolicy` class."],["The latest version available for `AppHubLimitedErrorCountRetryPolicy` is `2.37.0-rc`, with previous versions detailed from `2.36.0` back to `2.23.0`."]]],[]]