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