class RetryError
extends Error
Error thrown in retry once the maximum number of failed attempts
has been reached.
Constructors
new RetryError(cause: unknown,attempts: number)Constructs a new RetryError instance.
Error thrown in retry once the maximum number of failed attempts
has been reached.
new RetryError(cause: unknown,attempts: number)Constructs a new RetryError instance.