[[["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-04-17 UTC."],[[["This webpage provides documentation for the `SchemaServiceLimitedErrorCountRetryPolicy` class in the Google Cloud Pub/Sub C++ library, covering versions from 2.11.0 to 2.37.0-rc."],["The `SchemaServiceLimitedErrorCountRetryPolicy` class is designed to manage retry logic for `SchemaServiceConnection` by limiting the number of transient errors before stopping retries."],["Transient errors, identified by the `kUnavailable` status code, are the only errors this policy will attempt to retry, all other non-transient errors will not be retried."],["The retry policy can be disabled by setting `maximum_failures` to 0 during instantiation."],["The `SchemaServiceLimitedErrorCountRetryPolicy` class has various constructors, functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, `clone()`, and a type alias `BaseType`."]]],[]]