Class RetryError
Hierarchy
- Error
- RetryError
Index
Constructors
Properties
Constructors
constructor
- new
Retry (cause, attempts): RetryErrorError Constructs a new
RetryErrorinstance.Parameters
- cause: unknown
the cause for this error.
- attempts: number
the number of retry attempts made.
Returns RetryError
- cause: unknown
Error thrown in
retryonce the maximum number of failed attempts has been reached.Example: Usage