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