Class UptimeCheckServiceLimitedErrorCountRetryPolicy (2.22.0)

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

Upt