Preparing search index...
The search index is not available
Compass helpers for node platforms
Compass helpers for node platforms
promiseTask
Function promiseTask
promise
Task
<
Result
,
ExtraProperty
>
(
promise
,
errorExt
?
)
:
Promise
<
[
Error
&
ExtraProperty
|
Error
|
null
,
Result
|
null
]
>
Type Parameters
Result
=
unknown
ExtraProperty
extends
object
=
object
Parameters
promise
:
Promise
<
Result
>
Optional
errorExt
:
ExtraProperty
希望附加的额外错误信息数据
Returns
Promise
<
[
Error
&
ExtraProperty
|
Error
|
null
,
Result
|
null
]
>
Description
异步事务处理, 捕获异常不阻塞程序
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Compass helpers for node platforms
Loading...
Generated using
TypeDoc
希望附加的额外错误信息数据