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