[[["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-04-17 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 specified limit."],["Transient errors are defined as specific status codes including `kAborted`, `kInternal`, `kUnavailable`, and `kResourceExhausted`."],["The `LimitedErrorCountRetryPolicy` can be customized by setting the maximum number of allowed transient failures in its constructor, with a setting of 0 disabling retries entirely."],["The documentation includes a full breakdown of its functions including `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, `clone()`, and its `BaseType` alias, along with a listing of all versions for this class."]]],[]]