[[["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-21 UTC."],[[["This webpage provides documentation for the `ArtifactRegistryLimitedErrorCountRetryPolicy` class in the Google Cloud C++ client library, specifically for version 2.16.0."],["The `ArtifactRegistryLimitedErrorCountRetryPolicy` is used to manage retries for `ArtifactRegistryConnection` based on the number of encountered errors."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a defined maximum."],["Transient errors for this policy are identified by the `kUnavailable` status code, and the retry loop can be disabled by setting `maximum_failures` to 0 in the constructor."],["The documentation also includes details on various functions within the `ArtifactRegistryLimitedErrorCountRetryPolicy` class, like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`."]]],[]]