JSVM_ExtendedErrorInfo

typedef struct {...} JSVM_ExtendedErrorInfo

Overview

Defines extended error information.

Since: 11

Related module: JSVM

Header file: jsvm_types.h

Summary

Member Variables

Name Description
const char* errorMessage UTF-8-encoded string, which contains error messages.
void* engineReserved Detailed error message specific to a VM. This feature is not implemented for any VM yet.
uint32_t engineErrorCode Error code specific to a VM. This feature is not implemented for any VM yet.
JSVM_Status errorCode JSVM-API status code derived from the last error.