[[["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-21 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."]]],[]]