[[["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 document outlines the `BareMetalSolutionLimitedErrorCountRetryPolicy`, a retry policy for `BareMetalSolutionConnection` that limits retries based on the number of transient errors encountered."],["The policy terminates if a non-transient error occurs or if the number of transient failures exceeds the `maximum_failures` threshold set during the policy's creation."],["Transient errors in this context are identified by the `kUnavailable` status code."],["This policy provides the functions `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)` and `clone()` to further manipulate the retry policy."],["The class also provides different constructors that allows the user to create new instances of the class, or by using existing instances."]]],[]]