[[["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`, which is designed to manage retries for the `SecretManagerServiceConnection` based on error counts."],["The retry policy stops when a non-transient error occurs or when the number of transient failures exceeds a specified limit."],["Transient errors in this policy are defined as those with the `kUnavailable` status code."],["The policy can be customized with a parameter named `maximum_failures`, controlling the number of transient errors allowed before stopping retries, and can be set to 0 to disable retries."],["The document contains the definition for the constructors, functions, and type aliases that compose the class `SecretManagerServiceLimitedErrorCountRetryPolicy`."]]],[]]