[[["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-04-17 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 permitted number of transient failures, with `kUnavailable` status code being the only one treated as a transient error in this context."],["Users can configure the maximum number of transient failures to be tolerated during the policy's operation by using the `EkmServiceLimitedErrorCountRetryPolicy(int)` constructor, allowing the disabling of retry loops by setting the `maximum_failures` to 0."],["The webpage provides access to different version of the documentation ranging from version 2.10.1 all the way up to 2.37.0-rc, the latest version."],["The class provides functions to determine the `maximum_failures`, handle `OnFailure`, check if the retry policy `IsExhausted` or if there is a `IsPermanentFailure`, and also has a function to create a clone of the policy, among others."]]],[]]