[[["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 class for `BareMetalSolutionConnection` that limits the number of transient errors before stopping retries."],["The policy treats the `kUnavailable` status code as a transient error and halts retrying if a non-transient error occurs."],["You can configure the maximum number of transient errors the policy tolerates using the `maximum_failures` parameter in the constructor, with `maximum_failures` set to 0 disabling retries."],["The class offers methods to check for exhaustion (`IsExhausted`), handle failures (`OnFailure`), determine if a failure is permanent (`IsPermanentFailure`), and clone the policy instance (`clone`)."],["The document references multiple versions of the associated library, with version 2.37.0-rc being the most recent, however this documentation specifically references version 2.20.0."]]],[]]