[[["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-14 UTC."],[[["This document provides information on the `EssentialContactsServiceLimitedErrorCountRetryPolicy`, which is a retry policy designed for the `EssentialContactsServiceConnection`."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a specified limit, with `kUnavailable` being the only treated as transient error."],["The `EssentialContactsServiceLimitedErrorCountRetryPolicy` class includes constructors to create instances with a defined `maximum_failures` for transient errors, and you can disable the retry loop by setting this value to zero."],["The class also include key functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)` and `clone()`, to manage the policy's behavior and state."],["The page displays a long list of previous versions of the file dating all the way back to version 2.12.0 and includes a link to the most recent release candidate."]]],[]]