[[["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-05 UTC."],[[["This webpage details the `GrafeasLimitedErrorCountRetryPolicy`, a retry mechanism for `GrafeasConnection` in the Google Cloud Container Analysis C++ library, specifically focusing on error handling and retry logic."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a defined threshold."],["Transient errors, as handled by this policy, are exclusively those with the `kUnavailable` status code."],["You can customize the retry behavior by setting the `maximum_failures` parameter during policy creation to define the maximum allowed transient errors, or disabling the retry loop by providing a `maximum_failures` value of 0."],["The page also lists a history of prior versions and includes information on available constructors, functions, and the `BaseType` alias, offering complete documentation for the `GrafeasLimitedErrorCountRetryPolicy`."]]],[]]