[[["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 provides information on the `DeveloperConnectLimitedErrorCountRetryPolicy`, a class used to manage retry behavior for `DeveloperConnectConnection`."],["The retry policy will stop if an RPC returns a non-transient error or if it exceeds a set number of transient failures, specifically identifying `kUnavailable` as a transient error status."],["The `DeveloperConnectLimitedErrorCountRetryPolicy` class allows configuration of the maximum number of transient errors (`maximum_failures`), and can be disabled by setting this value to 0."],["This class offers several functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)` and `clone()` to manage the retry process."],["There are several versions of the documentation available ranging from 2.27.0 to 2.37.0-rc."]]],[]]