Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages. 
Interfaces
UnhandledErrorEventData
UnhandledErrorEventData
interface UnhandledErrorEventData extends ApplicationEventData { android: NativeScriptError; error: NativeScriptError; ios: NativeScriptError; }
Event data containing information about unhandled application errors.
Summary 
Properties 
android 
android?: NativeScriptError
Gets the native Android event arguments. Valid only when running on Android.
error 
ios 
ios?: NativeScriptError
Gets the native iOS event arguments. Valid only when running on iOS.
- Previous
 - TraceWriter
 - Next
 - ViewEntry