[[["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 `ArtifactRegistryLimitedErrorCountRetryPolicy` class in the Google Cloud C++ client library, specifically for version 2.28.0 and onward with links to other versions."],["The `ArtifactRegistryLimitedErrorCountRetryPolicy` class defines a retry policy for `ArtifactRegistryConnection`, stopping if a non-transient error occurs or if a specified maximum number of transient failures are exceeded."],["The policy considers `kUnavailable` status codes as transient errors and will retry in those cases, assuming the number of retries has not exceeded the provided maximum."],["The class includes constructors for creating instances with a specified maximum failure count and supports copy and move semantics."],["The provided functions of the class include getting the maximum number of failures tolerated, determining if a status is permanent and if the policy is exhausted, as well as checking if the status is a failure."]]],[]]