[[["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-05 UTC."],[[["This document provides information on the `DeveloperConnectLimitedErrorCountRetryPolicy`, a class used for setting retry behavior in the `DeveloperConnectConnection`."],["The retry policy halts if a non-transient error is received or if the number of transient failures exceeds a defined threshold, treating `kUnavailable` as a transient error status."],["Constructors for this class are available, with the main one accepting an integer parameter `maximum_failures` to determine the maximum allowed transient errors, where setting it to 0 effectively disables retries."],["Several functions are available, including `maximum_failures()` to get the current maximum failure count, `OnFailure()` to handle failure states, and `clone()` to reset the policy."],["The most recent version available is `2.37.0-rc`, with a list of previous versions available ranging from `2.36.0` down to `2.27.0`."]]],[]]