[[["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, which is a retry mechanism based on counting errors, for the google cloud pubsub library."],["The class stops retrying when a non-transient error occurs or when the number of transient failures exceeds a prescribed limit."],["Transient errors considered by the policy include `kAborted`, `kInternal`, `kUnavailable`, and `kResourceExhausted` status codes."],["The policy can be configured to disable retries by setting the `maximum_failures` parameter to 0 during object creation."],["The documentation lists the different versions of the class, ranging from the latest release candidate 2.37.0-rc all the way down to version 2.11.0, with each version having it's own documentation."]]],[]]