[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]