[[["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 designed for `EkmServiceConnection` that limits the number of transient errors it will tolerate."],["The policy halts retries when encountering a non-transient error or when the count of transient failures surpasses a predefined limit."],["The only status code that is considered a transient error for this retry policy is `kUnavailable`."],["You can adjust the maximum allowable number of transient errors with the `maximum_failures` parameter, and by setting it to 0 you can disable retries."],["The retry policy can be copied and moved using the `EkmServiceLimitedErrorCountRetryPolicy` constructor."]]],[]]