[[["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-14 UTC."],[[["This webpage details the `DomainsLimitedErrorCountRetryPolicy`, a retry mechanism for `DomainsConnection` that is based on tracking the number of errors."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a specified limit, considering `kUnavailable` as a transient error status."],["You can configure the retry policy by setting a maximum number of transient failures, and disabling retries entirely if `maximum_failures` is set to 0."],["The page provides information on the different methods of this class such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted() const`, `IsPermanentFailure(Status const &) const`, and `clone() const`, along with other relevant information such as constructors."],["There are multiple versions of this class, including the latest `2.37.0-rc` version and a list of past versions all the way down to `2.12.0`."]]],[]]