[[["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 document provides a reference for various versions of `FunctionServiceLimitedErrorCountRetryPolicy`, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."],["`FunctionServiceLimitedErrorCountRetryPolicy` is a retry policy designed for `FunctionServiceConnection` that limits retries based on the number of transient errors encountered, ceasing retries when a non-transient error occurs or the maximum transient error count is exceeded."],["Transient errors, as defined by this policy, are characterized by `kUnavailable` status codes."],["The policy can be configured with a `maximum_failures` parameter to define the threshold of transient errors allowed, with setting it to 0 disabling the retry loop entirely."],["The document outlines the class's constructors, functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, `clone()`, as well as the `BaseType` alias, alongside their respective parameters, return types, and descriptions."]]],[]]