[[["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 `DataScanServiceLimitedErrorCountRetryPolicy`, a retry policy for `DataScanServiceConnection` that limits retries based on the number of transient errors encountered."],["The policy ceases retrying when a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` status codes being the only transient status considered."],["The class has constructors to set the `maximum_failures` limit and supports move and copy construction, with the ability to disable the retry loop by setting `maximum_failures` to zero."],["Key functions include `maximum_failures()` to get the maximum number of transient errors allowed, `OnFailure()` to process the failure and set retry logic, `IsExhausted()` to see if retry policy is done, `IsPermanentFailure()` to check if error is non-transient and `clone()` to reset policy state."],["The webpage includes documentation for versions ranging from `2.11.0` to the latest release candidate `2.37.0-rc`."]]],[]]