[[["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 information on the `SecureSourceManagerLimitedErrorCountRetryPolicy`, which is a retry policy designed for `SecureSourceManagerConnection` in the context of Google Cloud's C++ client library."],["The policy limits retries based on the number of transient errors, such as `kUnavailable`, and stops when non-transient errors occur or the maximum allowed transient failures are reached."],["Users can configure the policy to disable retries entirely by creating an instance with `maximum_failures` set to 0, allowing for customizable error handling."],["The policy's main components are its constructors, functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, alongside the alias `BaseType`."],["The page also provides a list of previous versions from 2.37.0-rc down to 2.18.0, for reference."]]],[]]