Interfaces
NativeScriptError
An extended JavaScript Error which will have the nativeError property initialized in case the error is caused by executing platform-specific code.
Defined in: application/application-interfaces.ts
An extended JavaScript Error which will have the nativeError property initialized in case the error is caused by executing platform-specific code.
Extends
Error
Properties
nativeException?
optional nativeException?: any;Defined in: application/application-interfaces.ts
Represents the native error object.
stack?
optional stack?: string;Defined in: application/application-interfaces.ts
Javascript portion of stack trace.
Overrides
Error.stackstackTrace?
optional stackTrace?: string;Defined in: application/application-interfaces.ts
The native stack trace.
- Previous
- NativeScriptConfig
- Next
- NavigatedData