[[["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 provides documentation for the `DeveloperConnectLimitedErrorCountRetryPolicy` class, which is a retry policy designed for `DeveloperConnectConnection` that limits the number of transient errors."],["The retry policy halts operations upon encountering a non-transient error or exceeding the designated count of transient failures, with `kUnavailable` status codes being considered transient."],["Constructors are available for creating instances, setting the maximum number of allowed transient errors, and providing a means to disable the retry loop altogether."],["The class offers functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()` to manage and query the retry policy's behavior."],["A function, `clone()`, is provided to create a new policy instance, and the `BaseType` alias is defined as `DeveloperConnectRetryPolicy`."]]],[]]