A retry policy for NotificationChannelServiceConnection
based on counting errors.
This policy stops retrying if:
- An RPC returns a non-transient error.
- More than a prescribed number of transient failures is detected.
In this class the following status codes are treated as transient errors:
Constructors
NotificationChannelServiceLimitedErrorCountRetryPolicy(int)
Create an instance that tolerates up to maximum_failures
transient errors.
Parameter | |
---|---|
Name | Description |
maximum_failures |
int
|
NotificationChannelServiceLimitedErrorCountRetryPolicy(NotificationChannelServiceLimitedErrorCountRetryPolicy &&)
Parameter | |
---|---|
Name | Description |
rhs |
NotificationChannelServiceLimitedErrorCountRetryPolicy &&
|
NotificationChannelServiceLimitedErrorCountRetryPolicy(NotificationChannelServiceLimitedErrorCountRetryPolicy const &)
Parameter | |
---|---|
Name | Description |
rhs |
NotificationChannelServiceLimitedErrorCountRetryPolicy const &
|
Functions
maximum_failures() const
Returns | |
---|---|
Type | Description |
int |