[[["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 halts retries if a non-transient error occurs or if the number of transient failures exceeds a specified limit."],["Transient errors, as defined within this class, are limited to those with the `kUnavailable` status code."],["The policy can be configured to allow a set `maximum_failures` in the constructor, with the retry loop being disabled when `maximum_failures` is set to 0."],["The document also covers various constructors and functions, such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`, along with a type alias `BaseType`."]]],[]]