[[["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 `ServingConfigServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud Retail C++ client library."],["The `ServingConfigServiceLimitedErrorCountRetryPolicy` implements a retry strategy for `ServingConfigServiceConnection` that limits the number of transient errors before stopping retries, with `kUnavailable` status codes being the only status treated as a transient error."],["The policy can be configured to allow a specified number of transient errors via the constructor parameter `maximum_failures`, and a `maximum_failures` value of 0 will disable the retry loop."],["The webpage lists available versions of the class, including the latest release candidate, and includes a detailed look into the functions, constructors and type aliases available."],["The policy will stop retrying if it encounters a non-transient error or if it has detected more than the prescribed number of transient failures, with detailed information about this behavior provided in the documentation."]]],[]]