[[["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 reference information for the `AppHubLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ AppHub library, and is used as a retry mechanism for `AppHubConnection` in various versions."],["The `AppHubLimitedErrorCountRetryPolicy` class stops retrying operations after a certain number of transient errors or if a non-transient error is encountered, with `kUnavailable` status codes identified as transient."],["The class can be configured with a `maximum_failures` parameter to define the tolerance for transient errors, and setting this to 0 disables the retry mechanism."],["The document lists available versions of this class, from 2.23.0 up to the latest release candidate 2.37.0-rc, along with constructors, functions, and type aliases."],["The AppHubLimitedErrorCountRetryPolicy class defines several methods such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`, which are used to manage and determine the state of the retry policy."]]],[]]