[[["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 `LimitedErrorCountRetryPolicy` class in the Google Cloud Pub/Sub C++ client library, detailing how it manages retries based on a limited number of transient errors."],["The class stops retrying when a non-transient error occurs or the number of transient failures exceeds the set limit."],["Transient errors considered by this policy include `kAborted`, `kInternal`, `kUnavailable`, and `kResourceExhausted` status codes."],["The retry loop can be disabled by setting `maximum_failures` to 0 when creating an instance of the `LimitedErrorCountRetryPolicy`."],["The documentation also details the different versions available for the class, going back to version 2.11.0, as well as the latest version."]]],[]]