[[["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-05 UTC."],[[["This document outlines the `ConfidentialComputingLimitedErrorCountRetryPolicy`, which is designed to manage retries for `ConfidentialComputingConnection` based on the number of errors encountered."],["The policy will cease retrying when a non-transient error occurs or if the number of transient errors exceeds a predefined limit, with `kUnavailable` being treated as a transient error."],["You can construct instances of this policy, specifying the `maximum_failures` to define the tolerance for transient errors, or disabling the retry loop by providing 0."],["The document details various constructors, functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, `clone()`, and `BaseType`, along with their parameters, and return values."],["There is an extensive list of versions available, with 2.37.0-rc being the most recent and 2.11.0 being the oldest, which have links to specific class documentation."]]],[]]