[[["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-04-23 UTC."],[[["This webpage details the `AnalyticsHubServiceLimitedErrorCountRetryPolicy`, a retry policy for `AnalyticsHubServiceConnection` that limits retries based on the number of transient errors encountered."],["The policy will stop retrying if a non-transient error is returned or if the number of transient failures exceeds a set limit, and only `kUnavailable` status codes are classified as transient errors in this context."],["You can configure the maximum number of transient failures the policy will tolerate by setting the `maximum_failures` parameter during construction, with a value of 0 effectively disabling retries."],["The page lists the different versions of the `AnalyticsHubServiceLimitedErrorCountRetryPolicy` class, starting with version 2.37.0-rc (latest) all the way down to 2.11.0, and includes information on constructors, functions, and type aliases."],["The `AnalyticsHubServiceLimitedErrorCountRetryPolicy` class has the following functions: `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)` and `clone()`."]]],[]]