[[["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."],[[["The `ArtifactRegistryLimitedErrorCountRetryPolicy` is a retry policy for `ArtifactRegistryConnection` that limits retries based on the number of transient errors."],["This policy will stop retrying if a non-transient error occurs or if the number of transient failures exceeds the configured `maximum_failures`."],["Transient errors are defined as those with the `kUnavailable` status code, and the retry loop can be disabled by setting `maximum_failures` to 0."],["The latest version of this policy is 2.37.0-rc, and many previous versions are also available, dating back to 2.11.0."],["The class provides methods such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone` for managing and evaluating the retry process."]]],[]]