[[["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-21 UTC."],[[["This document describes the `DeveloperConnectLimitedErrorCountRetryPolicy`, a retry mechanism for `DeveloperConnectConnection` that limits retries based on the number of errors encountered."],["The policy halts retries when a non-transient error occurs or when the number of transient failures exceeds a preset maximum."],["Transient errors, specifically `kUnavailable`, are the only type of error considered retry-able within this policy."],["The `DeveloperConnectLimitedErrorCountRetryPolicy` constructor allows for the specification of a `maximum_failures` parameter, where a value of `0` disables the retry loop."],["The document also outlines the different constructors, functions and type aliases, such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, `clone` and `BaseType`, associated with this policy."]]],[]]