[[["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."],[[["The latest version available is 2.37.0-rc, with numerous older versions listed including 2.36.0, 2.35.0, down to 2.11.0."],["This page documents the `GrafeasLimitedErrorCountRetryPolicy`, which is a retry mechanism designed for `GrafeasConnection` that halts when a non-transient error occurs or a set number of transient errors are met."],["The policy considers `kUnavailable` status codes as transient errors and it is created using a constructor that accepts an integer `maximum_failures` to limit transient errors, where setting the value to 0 disables retries."],["The policy offers methods such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to facilitate its functionality."],["The `BaseType` alias of the `GrafeasRetryPolicy` is also defined."]]],[]]