[[["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-07 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`."]]],[]]