scheduleRetry

abstract suspend fun scheduleRetry(reason: RetryErrorType): RetryToken

Completes this token and requests another one because the previous retry attempt was unsuccessful.

Return

A new token for a subsequent retry attempt.

Parameters

reason

The type of error evaluated from the last retry attempt.