[[["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 webpage details the `ConfidentialComputingLimitedErrorCountRetryPolicy`, a retry policy that limits the number of transient errors for `ConfidentialComputingConnection`."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a set limit."],["Transient errors, as considered in this policy, specifically include the `kUnavailable` status code."],["The policy can be configured with a constructor to tolerate a specified maximum number of transient failures, where setting `maximum_failures` to 0 will disable retry loops."],["The page also documents key functions of the policy, including `OnFailure`, `IsExhausted`, `IsPermanentFailure`, `maximum_failures` and `clone`, that are integral to how the class operates, along with a `BaseType` alias."]]],[]]