[[["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-14 UTC."],[[["The webpage details the `BareMetalSolutionLimitedErrorCountRetryPolicy`, a retry policy class for `BareMetalSolutionConnection` that limits retries based on error counts."],["The latest version of this class is 2.37.0-rc, and several previous versions are also documented, ranging down to version 2.11.0."],["This retry policy halts if a non-transient error occurs or if the number of transient errors, specifically `kUnavailable` status codes, exceeds the defined limit."],["The `maximum_failures()` function will return the int, or maximum number, of failures that are acceptable before the policy will stop retrying."],["The `clone()` function returns a newly created instance of the policy, reset to its starting state, as a unique pointer."]]],[]]