Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.
Interfaces
NativeScriptError
Error
NativeScriptError
interface NativeScriptError extends Error {
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
nativeException
Represents the native error object.
stack
Javascript portion of stack trace.
stackTrace
The native stack trace.
- Previous
- NativeScriptConfig
- Next
- NavigatedData