Preparing search index...
The search index is not available
@sequelize/core
@sequelize/core
RetryOptions
Interface RetryOptions
Hierarchy
RetryOptions
Index
Properties
backoff
Base?
backoff
Exponent?
match?
max?
name?
timeout?
Methods
report?
Properties
Optional
backoff
Base
backoff
Base
?:
number
Optional
backoff
Exponent
backoff
Exponent
?:
number
Optional
match
match
?:
(
string
|
Function
|
RegExp
)
[]
Optional
max
max
?:
number
Optional
name
name
?:
string
Optional
timeout
timeout
?:
number
Methods
Optional
report
report
(
msg
:
string
, options
:
RetryOptions
&
{
$current
:
number
;
}
)
:
void
Parameters
msg:
string
options:
RetryOptions
&
{
$current
:
number
;
}
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
@sequelize/core
Data
Types
Utils
Retry
Options
backoff
Base?
backoff
Exponent?
match?
max?
name?
timeout?
report?
Generated using
TypeDoc