Make your voice heard in 2025 → Answer 8 simple questions in this 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