harmony 鸿蒙JSVM_ExtendedErrorInfo

  • 2025-06-12
  • 浏览 (5)

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 鸿蒙Common Capabilities

harmony 鸿蒙_j_s_v_m

harmony 鸿蒙JSVM_CallbackStruct

harmony 鸿蒙JSVM_CreateVMOptions

harmony 鸿蒙JSVM_HeapStatistics

harmony 鸿蒙JSVM_InitOptions

harmony 鸿蒙JSVM_PropertyDescriptor

harmony 鸿蒙JSVM_PropertyHandlerConfigurationStruct

harmony 鸿蒙JSVM_ScriptOrigin

harmony 鸿蒙JSVM_TypeTag

0  赞