[[["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 webpage details the `ResourceSettingsServiceLimitedErrorCountRetryPolicy`, a retry policy class for `ResourceSettingsServiceConnection` that manages transient errors."],["The policy halts retries upon encountering a non-transient error or exceeding a specified number of transient failures, with `kUnavailable` being the only status code considered as transient in this class."],["You can set the maximum allowed number of transient errors with the constructor `ResourceSettingsServiceLimitedErrorCountRetryPolicy(int)`, where setting `maximum_failures` to 0 will disable retries."],["The class provides functions to check for exhaustion (`IsExhausted`), permanent failures (`IsPermanentFailure`), get the maximum number of failures (`maximum_failures`), handle failures (`OnFailure`), and clone the policy (`clone`)."],["The webpage contains links to documentation for all versions of this policy dating back to version 2.11.0 and up to the latest release candidate `2.37.0-rc`."]]],[]]