[[["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-04-17 UTC."],[[["This page details the `AutokeyRetryPolicy` class within the Google Cloud KMS C++ library, which is used to manage retry logic for `AutokeyConnection`."],["The latest release candidate version of the documentation is 2.37.0-rc, and multiple other versions are available, ranging from 2.10.1 to 2.36.0."],["The `AutokeyRetryPolicy` class has methods like `clone()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()`, that are used to handle retry behavior and status checks."],["The `OnFailure()` and `IsPermanentFailure()` functions accept a status parameter, while `IsExhausted()` and `clone()` do not take any parameter."],["The `clone()`, `IsExhausted()`, `OnFailure()`, `IsPermanentFailure()` all return a certain type, `std::unique_ptr\u003c AutokeyRetryPolicy \u003e` for clone, and `bool` for the rest."]]],[]]