[[["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."],[[["The latest version of the Secret Manager Service is 2.37.0-rc, with the current page focusing on version 2.19.0."],["The `SecretManagerServiceLimitedErrorCountRetryPolicy` class is a retry policy for `SecretManagerServiceConnection` that limits retries based on the number of transient errors, stopping when a non-transient error is received or a failure count is exceeded."],["Transient errors for this class are defined as RPCs returning a `kUnavailable` status code."],["You can disable the retry loop by creating an instance of the `SecretManagerServiceLimitedErrorCountRetryPolicy` with `maximum_failures` set to 0."],["This class contains functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage the retry behavior, as well as different constructors depending on the needs."]]],[]]