[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-26 UTC."],[[["This webpage provides documentation for the `LoggingServiceV2LimitedErrorCountRetryPolicy`, which is a retry mechanism for `LoggingServiceV2Connection` in C++."],["The policy halts retries when a non-transient error occurs or when the number of transient failures exceeds a predefined limit."],["Transient errors include status codes `kInternal` and `kUnavailable`, as defined within this system."],["The policy's constructor allows for configuration of the maximum number of transient errors permitted before stopping retries, and setting it to zero disables retry attempts."],["The documentation includes descriptions of the class's constructors, functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, as well as the type alias `BaseType`."]]],[]]