[[["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 detailed overview of the `SecretManagerServiceLimitedErrorCountRetryPolicy`, which is utilized to manage retries for the `SecretManagerServiceConnection`."],["The retry policy halts when a non-transient error occurs or if the number of transient failures surpasses a specified limit, with `kUnavailable` being treated as transient."],["The policy can be configured with a constructor to limit the number of transient errors it tolerates, allowing disabling by providing an instance with `maximum_failures` set to 0."],["Key functions within this class include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, each serving distinct purposes in managing the retry behavior."],["The documentation also includes a list of all the different versions of the `SecretManagerServiceLimitedErrorCountRetryPolicy`, starting from version 2.10.1 up to the latest 2.37.0-rc."]]],[]]