[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-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`."]]],[]]