[[["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++ library, detailing its use for managing retries based on error counts."],["The `LimitedErrorCountRetryPolicy` halts retries upon encountering a non-transient error or exceeding a predefined number of transient errors."],["Transient errors, which trigger retries, are defined as those with status codes `kAborted`, `kInternal`, `kUnavailable`, and `kResourceExhausted`."],["The class allows instantiation with a specified maximum number of transient failures, offering control over the retry tolerance, with the option to disable retries entirely by setting `maximum_failures` to 0."],["The documentation includes version history, constructor details, and descriptions of functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, in addition to a type alias called `BaseType`."]]],[]]