[[["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 document outlines the `EkmServiceLimitedErrorCountRetryPolicy`, which is designed to manage retries for `EkmServiceConnection` based on the number of errors encountered."],["The retry policy terminates when a non-transient error occurs or when the number of transient failures exceeds a predefined limit."],["Only `kUnavailable` status codes are considered transient errors under this specific policy."],["The policy can be customized with a specified maximum number of allowed transient failures, or by setting `maximum_failures` to `0` the retry loop is disabled."],["The document presents functions associated with the retry policy such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, alongside constructors for the class and the type alias `BaseType`."]]],[]]