Documentation
Preparing search index...
Client
RetryDecider
Class RetryDecider
Abstract
Implemented by
DefaultRetryDecider
Index
Constructors
constructor
Properties
max
Attempts
Methods
decision
Constructors
constructor
new
RetryDecider
()
:
RetryDecider
Returns
RetryDecider
Properties
Abstract
Readonly
max
Attempts
maxAttempts
:
number
Methods
Abstract
decision
decision
(
response
:
Response
,
attempts
:
number
,
context
?:
Record
<
string
,
unknown
>
,
)
:
boolean
Parameters
response
:
Response
attempts
:
number
Optional
context
:
Record
<
string
,
unknown
>
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
max
Attempts
Methods
decision
Documentation
Loading...