[[["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-02 UTC."],[[["This page details the `FunctionServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `FunctionServiceConnection` in Google Cloud Functions."],["The retry policy halts operations if a non-transient error occurs or if transient failures exceed a specified limit."],["Transient errors, identified by the `kUnavailable` status code, trigger retries."],["The class constructor `FunctionServiceLimitedErrorCountRetryPolicy(int)` sets the maximum number of tolerable transient failures, with `maximum_failures` == 0 disabling retries."],["This policy includes methods to check for exhaustion, permanent failures, and to clone the current policy, alongside a `maximum_failures()` method to retrieve the current limit set on the transient failures."]]],[]]