[[["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-08-14 UTC."],[[["This page details the `CertificateAuthorityServiceRetryPolicy` for various versions, ranging from 2.11.0 to the latest release candidate 2.37.0-rc."],["The primary function of this policy is to manage retry behavior for `CertificateAuthorityServiceConnection` operations."],["Key functionalities of this policy include determining if a failure is permanent with `IsPermanentFailure`, and assessing if retries are exhausted using `IsExhausted`, as well as having the ability to duplicate the instance with `clone`."],["There is a function to process if a failure happens, through `OnFailure`, and it takes `Status const &` as the parameter."],["Each function has a specified return type, such as `bool` for `IsExhausted` and `IsPermanentFailure`, and `std::unique_ptr\u003c CertificateAuthorityServiceRetryPolicy \u003e` for the clone function."]]],[]]