shajara API Map
Docs
Preparing search index...
@shajara/host
primitives
RecoveryHandler
Type Alias RecoveryHandler
RecoveryHandler
:
(
error
:
ScopeExitError
)
=>
RiteCoroutine
<
RecoveryDecision
>
Recovery handler for scope-exit errors reported by nested
resumable(...)
waits.
Type Declaration
(
error
:
ScopeExitError
)
:
RiteCoroutine
<
RecoveryDecision
>
Parameters
error
:
ScopeExitError
Returns
RiteCoroutine
<
RecoveryDecision
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Docs
shajara API Map
Loading...
Recovery handler for scope-exit errors reported by nested
resumable(...)waits.