[[["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."],[[["This webpage details the `GrafeasLimitedErrorCountRetryPolicy`, a retry mechanism for `GrafeasConnection` in the C++ Container Analysis library."],["The policy halts retries upon encountering a non-transient error or exceeding a predefined limit of transient failures."],["Transient errors are identified by the `kUnavailable` status code."],["The policy is instantiated with a constructor that determines the maximum number of transient errors it tolerates, allowing users to set it to zero to disable retries."],["The class offers functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` for managing retry behavior."]]],[]]