[[["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-14 UTC."],[[["This webpage provides documentation for the `SubscriptionAdminLimitedErrorCountRetryPolicy` class in the Google Cloud Pub/Sub C++ library, with versions ranging from 2.11.0 to 2.37.0-rc."],["The `SubscriptionAdminLimitedErrorCountRetryPolicy` class is a retry mechanism designed to handle transient errors during operations with `SubscriptionAdminConnection`."],["The policy will stop retrying when encountering a non-transient error or when the number of transient failures exceeds a defined limit."],["The class considers `kUnavailable` as a transient error and is configurable to disable the retry mechanism by setting `maximum_failures` to 0."],["The class includes functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to enable interaction and management of the retry policy."]]],[]]