Kotlin Wrappers API Reference
Toggle table of contents
js
Platform filter
js
Switch theme
kotlin-tanstack-query-core
/
tanstack.query.core
/
RetryDelayFunction
Retry
Delay
Function
typealias
RetryDelayFunction
<
TError
>
=
(
failureCount
:
Int
,
error
:
TError
)
->
Int
(
source
)