[[["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 details the `SubscriptionAdminLimitedErrorCountRetryPolicy`, a retry mechanism for `SubscriptionAdminConnection` in the Google Cloud Pub/Sub C++ client library."],["The policy halts retries when encountering non-transient errors or exceeding a predefined number of transient failures, with `kUnavailable` being the only transient status code."],["Users can configure the maximum number of allowed transient errors using the `SubscriptionAdminLimitedErrorCountRetryPolicy(int)` constructor, and providing `maximum_failures` == 0 will disable retries."],["The page also lists historical versions of the document dating back to version `2.11.0`, with `2.37.0-rc` as the latest."],["The class allows for accessing the maximum number of failures via `maximum_failures()`, checking if the policy is exhausted with `IsExhausted()` and if a failure is considered permanent via `IsPermanentFailure(Status const &)`."]]],[]]