[[["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 for `GrafeasConnection` in the container analysis C++ library."],["The policy halts retries upon encountering a non-transient error or exceeding a set number of transient failures, where `kUnavailable` is considered a transient error."],["The policy is configurable to allow a certain number of maximum transient errors with `maximum_failures`, and setting `maximum_failures` to zero disables the retry loop."],["The class provides methods for determining if retries are exhausted (`IsExhausted`), if a failure is permanent (`IsPermanentFailure`), and creating a new instance of the policy (`clone`)."],["It lists all versions from 2.11.0 up to the current release candidate 2.37.0-rc, with links to view the retry policy in each version."]]],[]]