[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["This webpage details the `BareMetalSolutionLimitedErrorCountRetryPolicy`, a retry policy class for `BareMetalSolutionConnection` that manages transient errors."],["The policy halts retries upon encountering a non-transient error or exceeding a specified number of transient failures, with `kUnavailable` being the only status code considered as transient in this class."],["The `BareMetalSolutionLimitedErrorCountRetryPolicy` constructor allows setting a `maximum_failures` limit for transient errors, where setting the limit to 0 disables the retry loop."],["This class has multiple functions available, such as `maximum_failures()` to return the maximum failure count, `OnFailure()` to handle a failure status, as well as `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, which all offer different functionalities."],["The webpage shows the availabilty of different versions of the class `BareMetalSolutionLimitedErrorCountRetryPolicy`, with the latest version being 2.37.0-rc."]]],[]]