[[["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 document provides information on the `LimitedErrorCountRetryPolicy` class, which manages retries based on a count of transient errors in Google Cloud Pub/Sub C++ client library."],["The policy terminates if a non-transient error occurs or if the number of transient errors exceeds the specified `maximum_failures`."],["Transient errors are defined as `kAborted`, `kInternal`, `kUnavailable`, and `kResourceExhausted` status codes."],["The class includes constructors to create instances with a defined `maximum_failures` and copy constructors, it also includes functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()` and `clone()`."],["The document also contains a history of versions for the class, from `2.11.0` to `2.37.0-rc` with each having its own detailed page."]]],[]]