[[["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 provides a retry policy, `SecretManagerServiceLimitedErrorCountRetryPolicy`, for the `SecretManagerServiceConnection` in the context of Google Cloud C++ client libraries."],["The policy limits retries based on the number of transient errors, stopping if a non-transient error occurs or if the number of transient errors exceeds a set limit."],["`kUnavailable` status codes are the only type that are considered as transient errors in this specific policy implementation."],["The policy can be configured during construction to set the maximum number of tolerated transient failures, with a value of 0 effectively disabling retries."],["The document also lists various functions and a type alias related to this policy including functions such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, `maximum_failures`, and `clone`, as well as the `BaseType` alias."]]],[]]