[[["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-04-17 UTC."],[[["This webpage details the `GrafeasLimitedErrorCountRetryPolicy`, a retry mechanism designed for `GrafeasConnection` in the Google Cloud C++ client library for Container Analysis."],["The retry policy halts operation upon encountering a non-transient error or exceeding a predefined count of transient failures, where `kUnavailable` is treated as transient."],["Users can configure the maximum number of tolerated transient errors via the constructor `GrafeasLimitedErrorCountRetryPolicy(int)`, and can disable retry with `maximum_failures` set to `0`."],["The class includes methods to check if the policy is exhausted (`IsExhausted`), if a failure is permanent (`IsPermanentFailure`), to get the maximum amount of failures (`maximum_failures`), and clone the instance (`clone`)."],["This page also lists the available documentation for the `GrafeasLimitedErrorCountRetryPolicy` for various versions, ranging from `2.37.0-rc` down to `2.11.0`."]]],[]]