[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-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`."]]],[]]