Struct nodex_api::api::NapiExtendedErrorInfo
source · [−]#[repr(C)]pub struct NapiExtendedErrorInfo {
pub error_message: *const c_char,
pub engine_reserved: *mut c_void,
pub engine_error_code: u32,
pub error_code: NapiStatus,
}Fields
error_message: *const c_charengine_reserved: *mut c_voidengine_error_code: u32error_code: NapiStatusImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NapiExtendedErrorInfo
impl !Send for NapiExtendedErrorInfo
impl !Sync for NapiExtendedErrorInfo
impl Unpin for NapiExtendedErrorInfo
impl UnwindSafe for NapiExtendedErrorInfo
Blanket Implementations
Mutably borrows from an owned value. Read more