# Interface: OnUnhandledRejectionCallbackParams

OnUnhandledRejectionCallbackParams()

# Properties

# promise

promise: string | Promise‹unknown›

被拒绝的 promise 对象

todo wx文档与返回值不一致

Returns: string | Promise‹unknown›


# reason

reason: string | Error

拒绝原因,一般是一个 Error 对象

todo wx文档与返回值不一致

Returns: string | Error