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