[[["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++ client library."],["This retry policy is designed for `SubscriptionAdminConnection` and halts retries upon encountering a non-transient error or exceeding a defined number of transient failures."],["Transient errors are identified by the `kUnavailable` status code."],["The policy can be configured to allow a certain number of transient failures via its constructor, and it can be disabled by setting the `maximum_failures` to 0."],["The class also includes functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to allow for retrieval of relevant information or to manipulate the policy itself."]]],[]]