[[["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 `AdminServiceLimitedErrorCountRetryPolicy` class in the Google Cloud Pub/Sub Lite C++ library."],["The `AdminServiceLimitedErrorCountRetryPolicy` is a retry mechanism designed for `AdminServiceConnection` that halts retries upon encountering a non-transient error or exceeding a set limit of transient failures."],["Transient errors are classified as either `kInternal` or `kUnavailable` status codes, according to this policy."],["The class constructor allows you to set a `maximum_failures` threshold, and you can disable retries by setting this value to zero."],["The page also includes documentation for functions that provide the maximum failure count, determine if there has been a failure, identify if a failure is permanent, and clone the policy, alongside the supported type aliases."]]],[]]