[[["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-14 UTC."],[[["This page details the `MetadataServiceLimitedErrorCountRetryPolicy`, which is a retry mechanism for `MetadataServiceConnection` in the Dataplex C++ client library."],["The retry policy stops when a non-transient error occurs or when the number of transient failures exceeds a pre-defined limit."],["`kUnavailable` status codes are considered transient errors, which are errors the retry policy is capable of handling."],["The policy's constructor accepts an integer `maximum_failures` to set the threshold for the number of transient errors, with a value of 0 disabling retries."],["Key functions of the policy include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, allowing for configuration and status checks, as well as the creation of a duplicate policy with reset status."]]],[]]