Preview 2.0 is now in Public Beta!
Read the Announcement
UnhandledErrorEventData
interface UnhandledErrorEventData extends ApplicationEventData {
  android: NativeScriptError;
  error: NativeScriptError;
  ios: NativeScriptError;
}

Summary

Properties

android
error
ios
2 properties inherited from ApplicationEventData
Click to expand

Properties

android

android?: NativeScriptError

error

error: NativeScriptError

ios

ios?: NativeScriptError
Previous
TraceWriter