[[["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 webpage provides documentation for the `FunctionServiceLimitedErrorCountRetryPolicy` class in the Google Cloud C++ client library, specifically for version 2.34.0 and related preceding versions."],["`FunctionServiceLimitedErrorCountRetryPolicy` is a retry policy designed for `FunctionServiceConnection` that stops retrying after a non-transient error or after exceeding a specified number of transient failures."],["The class constructor `FunctionServiceLimitedErrorCountRetryPolicy(int)` allows configuration of the maximum number of transient errors before the retry policy fails, and can disable retries by setting `maximum_failures` to 0."],["The class provides methods to check if a failure is permanent or transient, such as `IsPermanentFailure` and `OnFailure`, along with a method to clone the policy: `clone()`."],["The page lists a comprehensive set of previous versions of this policy, from version 2.11.0 up to 2.37.0-rc (latest), allowing navigation to the documentation of each version."]]],[]]