[[["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-14 UTC."],[[["This webpage provides documentation for the `ArtifactRegistryLimitedErrorCountRetryPolicy` class in the Google Cloud C++ client library, specifically for versions ranging from 2.11.0 to the latest release candidate 2.37.0-rc."],["The `ArtifactRegistryLimitedErrorCountRetryPolicy` class implements a retry mechanism for `ArtifactRegistryConnection` that halts after encountering a non-transient error or exceeding a set number of transient failures, where only `kUnavailable` status codes are considered transient errors."],["The policy can be customized during instantiation by setting the `maximum_failures` parameter, allowing control over the number of transient errors tolerated, and it can be completely disabled by setting it to 0."],["The class offers several methods to allow users to check if the retry policy is exhausted, if a failure is permanent or the maximum number of failures has been reached, and methods for cloning and setting its constructor parameters."],["The webpage lists all available versions of the class, with links to the documentation for each version, as well as the class is an alias of the `ArtifactRegistryRetryPolicy`."]]],[]]