[[["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-07-09 UTC."],[[["This page documents the `FunctionServiceLimitedErrorCountRetryPolicy` for Google Cloud Functions C++ client library, which is designed to manage retries based on a limited number of errors."],["The `FunctionServiceLimitedErrorCountRetryPolicy` class implements a retry strategy that halts if a non-transient error is returned or if transient failures exceed a predefined threshold."],["The policy considers `kUnavailable` status codes as transient errors for which it can retry."],["The class is configurable, allowing users to specify the `maximum_failures` parameter during construction to determine the allowable number of transient errors."],["The `clone()` function creates a fresh instance of the policy, reset to the initial state."]]],[]]