[[["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-09 UTC."],[[["This webpage details the `UserEventServiceLimitedErrorCountRetryPolicy`, a retry policy for `UserEventServiceConnection` that limits retries based on the number of transient errors encountered."],["The policy ceases retrying upon encountering a non-transient error or exceeding the maximum allowed number of transient failures, with `kUnavailable` status codes being the only codes considered transient in this context."],["Users can define the maximum number of tolerated transient errors when constructing the `UserEventServiceLimitedErrorCountRetryPolicy`, or disable the retry loop entirely by setting this number to zero."],["The latest release candidate version is `2.37.0-rc` and it has 26 previous versions that can be reviewed."],["The class allows for three types of constructors: one with an integer for `maximum_failures`, one with `UserEventServiceLimitedErrorCountRetryPolicy &&` and one with `UserEventServiceLimitedErrorCountRetryPolicy const &`."]]],[]]