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