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