[[["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 webpage provides documentation for the `DataScanServiceLimitedErrorCountRetryPolicy` class in the Google Cloud C++ client library for Dataplex, with version 2.24.0 being the root page, however it supports versions all the way up to 2.37.0-rc."],["The `DataScanServiceLimitedErrorCountRetryPolicy` class defines a retry mechanism for `DataScanServiceConnection` that limits retries based on the number of transient errors encountered."],["The class treats `kUnavailable` status codes as transient errors and will stop retrying if a non-transient error occurs, or if the number of transient errors exceeds the prescribed `maximum_failures` count, which can also be set to 0 to disable the retry loop altogether."],["Key methods include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, which provide functionality to manage and check the state of the retry policy."],["`DataScanServiceRetryPolicy` is a type alias that is referred to as `BaseType`."]]],[]]