[[["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 page details the `DeveloperConnectLimitedErrorCountRetryPolicy`, a retry mechanism for `DeveloperConnectConnection` that limits retries based on the number of errors encountered."],["The policy halts retries upon encountering a non-transient error or exceeding a predefined count of transient failures, and `kUnavailable` status codes are treated as transient errors."],["The class constructor allows you to specify the maximum number of transient errors to tolerate, disabling the retry loop when `maximum_failures` is set to 0."],["Key functions of this policy include `OnFailure`, `IsExhausted`, `IsPermanentFailure` and `clone`, which govern retry behavior and instance creation, and the `maximum_failures()` function to see the maximum errors allowed."],["The documentation provides access to various versioned references for this class, ranging from version `2.27.0` to the latest release candidate `2.37.0-rc`."]]],[]]