[[["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 webpage details the `EssentialContactsServiceLimitedErrorCountRetryPolicy`, a retry policy used for `EssentialContactsServiceConnection` that is designed to stop retrying after a set number of transient errors or a non-transient error."],["The policy considers `kUnavailable` status codes as transient errors, and you can control how many transient errors the policy can tolerate by using the constructor that accepts `maximum_failures`."],["The class supports multiple constructors including a constructor that takes an `int` to specify the number of transient failures, as well as a copy and move constructor."],["Key functions of this class are `OnFailure`, `IsExhausted`, and `IsPermanentFailure` to control and determine when the policy will stop retrying, as well as `maximum_failures()` to get the maximum failures allowed, and `clone()` to generate a new instance."],["The page references various versions, ranging from 2.12.0 to the latest 2.37.0-rc, of the policy."]]],[]]