harmony 鸿蒙JSVM_ExtendedErrorInfo
JSVM_ExtendedErrorInfo
Overview
Extended error information.
Since: 11
Related module: JSVM
Summary
Member Variables
Name | Description |
---|---|
const char * errorMessage | Character string encoded in UTF8 format, including the error description. |
void * engineReserved | Detailed error message specific to a VM. This function is not implemented for any VM yet. |
uint32_t engineErrorCode | Error code specific to a VM. This function is not implemented for any VM yet. |
JSVM_Status errorCode | JSVM-API status code derived from the last error. |
Member Variable Description
engineErrorCode
uint32_t JSVM_ExtendedErrorInfo::engineErrorCode
Description Error code specific to a VM. This function is not implemented for any VM yet.
engineReserved
void* JSVM_ExtendedErrorInfo::engineReserved
Description Detailed error message specific to a VM. This function is not implemented for any VM yet.
errorCode
JSVM_Status JSVM_ExtendedErrorInfo::errorCode
Description JSVM-API status code derived from the last error.
errorMessage
const char* JSVM_ExtendedErrorInfo::errorMessage
Description Character string encoded in UTF8 format, including the error description.
你可能感兴趣的鸿蒙文章
harmony 鸿蒙JSVM_CreateVMOptions
harmony 鸿蒙JSVM_PropertyDescriptor
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦