[[["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` class, which is designed to manage retries for `DomainsConnection` based on the number of encountered errors."],["The policy halts retries when a non-transient error occurs or when the number of transient failures surpasses a predetermined limit."],["Transient errors are identified by the `kUnavailable` status code, as per this class's definitions."],["The policy's constructor `DomainsLimitedErrorCountRetryPolicy(int)` allows setting the maximum number of transient errors (`maximum_failures`) before retries are stopped, and retry loops can be completely disabled if `maximum_failures` is set to 0."],["The webpage contains links to older versions of the documentation, as well as the latest release candidate, with version 2.37.0-rc being the most recent."]]],[]]