[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 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`."]]],[]]