[[["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 `EkmServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `EkmServiceConnection` that limits the number of transient errors it will tolerate."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` being the only status code considered a transient error in this context."],["You can disable the retry mechanism by creating an instance of the policy with `maximum_failures` set to 0."],["The class offers methods to check for exhaustion (`IsExhausted`), determine if a failure is permanent (`IsPermanentFailure`), retrieve the maximum allowed failures (`maximum_failures`), handle a failure (`OnFailure`), and clone the policy (`clone`)."],["The page provides links to the documentation for various versions of the `EkmServiceLimitedErrorCountRetryPolicy`, ranging from the latest `2.37.0-rc` to version `2.10.1`."]]],[]]