[[["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 page provides documentation for the `EssentialContactsServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ client library for Essential Contacts."],["The retry policy is designed to manage transient errors in RPC calls, specifically stopping retries when non-transient errors occur or when a set number of transient errors is exceeded."],["The class considers the `kUnavailable` status code as a transient error, allowing the policy to retry when it is encountered."],["It provides constructors to set the maximum number of transient errors allowed before ceasing retries, offering the ability to disable retries by setting `maximum_failures` to 0."],["The class includes methods to determine the maximum allowed failures, check if the retry policy is exhausted, handle the failure, and check for permanent failure, as well as a method to create a new instance of the retry policy."]]],[]]