[[["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 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."]]],[]]