[[["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 document describes the `EssentialContactsServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `EssentialContactsServiceConnection` that limits retries based on the number of transient errors encountered."],["The retry policy stops if a non-transient error occurs or if the number of transient failures exceeds a predefined limit."],["The `kUnavailable` status code is considered a transient error for the purposes of this retry policy."],["Users can disable the retry mechanism entirely by setting the `maximum_failures` parameter to 0 during policy instantiation."],["The policy provides functions to check if the failures have been exhausted, check if the failure is permanent, and create a new copy of the retry policy."]]],[]]