[[["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 setting retry behavior in `AppHubConnection`."],["The retry policy will stop if an RPC returns a non-transient error or if it exceeds a set number of transient failures, with `kUnavailable` being the only status code treated as a transient error."],["Constructors allow the user to set the maximum number of transient errors, or can disable retries entirely if `maximum_failures` is set to 0."],["The class also contains several functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)` and `clone()` to manage the retry behavior and conditions."],["The document lists multiple versions of the `AppHubLimitedErrorCountRetryPolicy`, with `2.37.0-rc` being the latest release candidate."]]],[]]