[[["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 webpage details the `SecretManagerServiceLimitedErrorCountRetryPolicy`, a retry policy for `SecretManagerServiceConnection` that limits retries based on the count of transient errors."],["The policy stops retrying if it encounters a non-transient error or exceeds the maximum number of allowed transient failures, with `kUnavailable` status codes being the only status code considered as a transient error in this instance."],["You can create instances of this policy that allow for a specific number of transient errors, and you can disable the retry loop by setting `maximum_failures` to 0."],["The class provides functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`, to control and manage the retry behavior."],["The webpage covers different versions of this policy, ranging from version `2.37.0-rc` down to `2.10.1`, each with a link to its respective documentation."]]],[]]