Preparing search index...
The search index is not available
jtcsv API Documentation - v3.3.1
jtcsv API Documentation
safeExecuteAsync
Function safeExecuteAsync
safeExecuteAsync
<
T
>
(
fn
:
()
=>
Promise
<
T
>
,
errorType
:
ErrorCode
,
context
?:
Record
<
string
,
any
>
,
)
:
Promise
<
T
>
Safe execution wrapper for async functions
Type Parameters
T
Parameters
fn
:
()
=>
Promise
<
T
>
errorType
:
ErrorCode
context
:
Record
<
string
,
any
>
= {}
Returns
Promise
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
jtcsv API Documentation - v3.3.1
Loading...
Safe execution wrapper for async functions