[[["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` that limits retries based on the number of errors encountered."],["The policy halts retries upon encountering a non-transient error or exceeding a predefined number of transient failures, and `kUnavailable` status codes are treated as transient errors."],["The class constructor allows for the configuration of the maximum number of transient errors (`maximum_failures`) allowed, with a value of 0 disabling retries."],["Key functions include `maximum_failures()`, which returns the maximum number of failures, and `IsExhausted()`, which checks if the retry limit has been reached."],["There is also `IsPermanentFailure()` which identifies if the status has triggered a permanent error, and a `clone()` function to create a new instance."]]],[]]