You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`state`: `RetryState` - Current retry state. It can be mutated.
36
36
-`opts`: `Dispatch.DispatchOptions & RetryOptions` - Options passed to the retry handler.
37
37
38
+
**`RetryState`**
39
+
40
+
It represents the retry state for a given request.
41
+
42
+
-`counter`: `number` - Current retry attempt.
43
+
38
44
### Parameter `RetryHandlers`
39
45
40
46
-**dispatch**`(options: Dispatch.DispatchOptions, handlers: Dispatch.DispatchHandlers) => Promise<Dispatch.DispatchResponse>` (required) - Dispatch function to be called after every retry.
0 commit comments