[[["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-08-14 UTC."],[[["This webpage provides documentation for the `ProfilerServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud Profiler C++ client library."],["The `ProfilerServiceLimitedErrorCountRetryPolicy` class is designed to implement a retry mechanism for `ProfilerServiceConnection`, specifically to handle transient errors during RPC calls, and will stop retrying if a non-transient error is returned or if the number of transient failures exceeds the configured limit."],["Transient errors are identified by the `kUnavailable` status code, as defined in the Google Cloud C++ common library."],["The retry policy can be customized by specifying the maximum number of transient failures it should tolerate when creating a `ProfilerServiceLimitedErrorCountRetryPolicy` instance, and you can disable retries by creating an instance with `maximum_failures` set to 0."],["The documentation covers the available constructors, functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, as well as a type alias, `BaseType`, for `ProfilerServiceRetryPolicy`, within this class."]]],[]]