[[["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-05 UTC."],[[["This page details the `DataScanServiceLimitedErrorCountRetryPolicy` class, which manages retries for the `DataScanServiceConnection` in the event of errors."],["The retry policy halts if a non-transient error occurs or if the number of transient failures exceeds a predefined maximum."],["The class constructor `DataScanServiceLimitedErrorCountRetryPolicy(int)` takes `maximum_failures` as a parameter, which dictates the threshold of tolerable transient failures, and by setting it to 0, it disables the retry loop."],["Transient errors are identified by the `kUnavailable` status code."],["The page includes a list of all available versions of the class, from version 2.11.0 up to the latest release candidate 2.37.0-rc."]]],[]]