[[["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-05 UTC."],[[["This webpage details the `EkmServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `EkmServiceConnection` that limits the number of transient errors before stopping retries."],["The policy stops retrying upon encountering a non-transient error or when the number of transient failures exceeds a predefined limit, with `kUnavailable` being the only status code treated as a transient error in this class."],["You can create a new retry policy that allows for a specific number of transient errors by specifying the `maximum_failures` parameter, allowing the retry loop to be disabled by setting `maximum_failures` to zero."],["The class provides several functions, such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone`, to manage the retry logic and check the state of the policy."],["The webpage shows the documented versions, ranging from 2.37.0-rc (latest) to 2.10.1, with a specific focus on the EkmServiceLimitedErrorCountRetryPolicy within each version."]]],[]]