Help prepare for 2025 → Answer 8 simple questions on our Fall Survey
Open Survey
DiscardedErrorEventData
interface DiscardedErrorEventData extends ApplicationEventData {
  error: NativeScriptError;
}
Event data containing information about discarded application errors.

Summary

Properties

error
4 properties inherited from ApplicationEventData
Click to expand

Properties