[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-26 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."]]],[]]