Preparing search index...
The search index is not available
@junction-labs/client
@junction-labs/client
core
RetryPolicy
Interface RetryPolicy
A Junction retry policy.
interface
RetryPolicy
{
attempts
?:
number
;
backoff
?:
number
;
codes
?:
[
number
]
;
}
Index
Properties
attempts?
backoff?
codes?
Properties
Optional
attempts
attempts
?:
number
Optional
backoff
backoff
?:
number
Optional
codes
codes
?:
[
number
]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
attempts
backoff
codes
@junction-labs/client
Loading...
A Junction retry policy.