[[["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 details the `SearchServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `SearchServiceConnection` in the Google Cloud Discovery Engine C++ library."],["The policy is designed to halt retries when a non-transient error occurs or when the number of transient failures exceeds a predefined limit."],["Only `kUnavailable` status codes are considered transient errors, triggering the policy's retry mechanism."],["The class features constructors to initialize the retry policy with a specific `maximum_failures` count, and you can disable the retry by setting `maximum_failures` to 0."],["It also provides functions to check if the policy is exhausted, check if the failure is permanent, get the maximum number of failures, and make a copy of the policy with the clone function."]]],[]]