[[["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` for the Google Cloud Dataplex C++ client library, specifically for versions 2.11.0 through 2.37.0-rc."],["The retry policy is designed to handle transient errors (like `kUnavailable`) encountered during RPCs with the `MetadataServiceConnection`, stopping after a certain number of transient failures or when a non-transient error occurs."],["You can customize the number of allowable transient errors via the `maximum_failures` constructor parameter and retry loops can be disabled by setting `maximum_failures` to zero."],["The policy includes methods like `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone` to manage retries, check for exhaustion, determine error permanence, and create new policy instances, respectively."],["It defines `BaseType` as an alias for the `MetadataServiceRetryPolicy`."]]],[]]