[[["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 outlines the `SecretManagerServiceLimitedErrorCountRetryPolicy`, a retry policy designed for the `SecretManagerServiceConnection` that manages error handling."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a predefined limit."],["Transient errors, specifically the `kUnavailable` status code, are the errors which this class is able to retry, with a prescribed number of transient failures allowed."],["The policy can be disabled by providing an instance with `maximum_failures` set to 0, and the `maximum_failures` number of transient errors can be retrieved using the `maximum_failures()` method."],["The class offers functions to handle failure checks using the status parameter, such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and a `clone()` method."]]],[]]