[[["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-21 UTC."],[[["This webpage details the `AlloyDBAdminLimitedErrorCountRetryPolicy`, a class in the AlloyDB C++ library, designed to handle transient errors during communication with the AlloyDB Admin API."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a predefined limit set by `maximum_failures`."],["`kUnavailable` is the only status code that is designated as a transient error, allowing for retry under this policy."],["The class provides multiple constructors, including one that accepts an integer for `maximum_failures`, and copy/move constructors, to create and configure the retry policy."],["The class contains a multitude of functions such as maximum failures, and determining if the policy is exhausted, if there is a permenant failure, or creating a copy of the policy."]]],[]]