Class ServiceMonitoringServiceLimitedErrorCountRetryPolicy (2.22.0)

A retry policy for ServiceMonitoringServiceConnection 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

ServiceMonitoringServiceLimitedErrorCountRetryPolicy(int)

Create an instance that tolerates up to maximum_failures transient errors.

Parameter
<