Class JobServiceLimitedErrorCountRetryPolicy (2.20.0-rc)

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

JobServiceLimitedErrorCountRetryPolicy(int)

Create an instance that tolerates up to maximum_failures transient errors.