[[["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 used for `BareMetalSolutionConnection` that is designed to stop retrying if a non-transient error occurs or if the maximum number of transient failures are detected."],["The policy treats the `kUnavailable` status code as a transient error and can be disabled by setting `maximum_failures` to 0."],["The class provides constructors to create instances that specify the number of transient errors tolerated, and also contains functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage the retry process."],["This class includes the `BaseType` alias, which maps to `BareMetalSolutionRetryPolicy`, indicating its role as a type of retry policy."]]],[]]