[[["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 provides documentation for the `DocumentSchemaServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud Content Warehouse C++ client library, specifically version 2.19.0."],["The `DocumentSchemaServiceLimitedErrorCountRetryPolicy` class is used to define a retry policy that limits retries based on the number of transient errors encountered when making calls with the `DocumentSchemaServiceConnection`."],["The retry policy stops when a non-transient error occurs or if the number of transient failures exceeds a configured `maximum_failures` value."],["The class also allows for the disabling of retries by instantiating the class with `maximum_failures` equal to 0, in which no failures will be retried."],["Transient errors, which are eligible for retry, are defined as those with the status code `kUnavailable`."]]],[]]