[[["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-21 UTC."],[[["This document provides reference information for different versions of the `SecretManagerServiceLimitedErrorCountRetryPolicy`, starting with version 2.31.0 and including versions up to the latest release candidate 2.37.0-rc."],["The `SecretManagerServiceLimitedErrorCountRetryPolicy` is designed to handle transient errors in RPC calls, retrying operations based on the number of errors encountered before ultimately failing."],["Transient errors for this policy are identified by the `kUnavailable` status code, and the policy stops retrying when a non-transient error occurs or the maximum number of transient failures is reached."],["This policy can be customized by setting the `maximum_failures` parameter, which is set in the constructor, to control the number of transient errors tolerated, and setting this parameter to zero will disable the retry loop."],["The provided class has several functions, such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, each with distinct purposes related to retry policies and failure handling, and there is one type alias defined as `BaseType`."]]],[]]