Interfaces
NativeScriptError
Error
NativeScriptError
interfaceNativeScriptErrorextendsError {
nativeException:any;
stack:string;
stackTrace:string;
}
An extended JavaScript Error which will have the nativeError property initialized in case the error is caused by executing platform-specific code.
Summary β
Properties
Properties β
nativeException β
Represents the native error object.
stack β
Javascript portion of stack trace.
stackTrace β
The native stack trace.
- Previous
- NativeScriptConfig
- Next
- NavigatedData
On this page