[[["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 `EkmServiceLimitedErrorCountRetryPolicy`, a retry policy for `EkmServiceConnection` that limits retries based on the number of transient errors encountered."],["The policy ceases retrying upon encountering a non-transient error or exceeding the maximum allowed number of transient failures, with `kUnavailable` status codes being the only codes treated as transient."],["You can create an instance of this policy, which has a constructor taking in the maximum number of allowed transient errors, and you can disable the retry loop by providing an instance of this policy with `maximum_failures` equal to 0."],["The `EkmServiceLimitedErrorCountRetryPolicy` class provides methods for determining the maximum failures, checking if the policy is exhausted, determining if an error is permanent, and creating a cloned instance of the policy."],["There are various versions of the `EkmServiceLimitedErrorCountRetryPolicy` available, as shown by the provided version numbers, each with their own respective documentation."]]],[]]