[[["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 page 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 retry policy stops retrying if a non-transient error is encountered or if the number of transient failures exceeds a specified maximum."],["Transient errors considered by this policy include `kAborted`, `kInternal`, `kUnavailable`, and `kResourceExhausted` status codes."],["The class provides constructors to set the `maximum_failures` count, and the amount of transient errors that are tolerated, and functions to check if retries are exhausted, or if the failure is considered permanent."],["There are multiple links to documentation for the specified policy in various versions, from `2.11.0` to the latest release candidate `2.37.0-rc`."]]],[]]