# ErrorEvent

**Kind**: interface | **Module**: [Notifications](https://docs.interop.io/desktop/reference/javascript/notifications/index.md)

**Source**: https://docs.interop.io/desktop/reference/javascript/notifications/errorevent/index.html

## Properties

- **`error`** (`Error`, required)
  Notification error.
- **`type`** (`"onerror"`, required)
  Type of the notification event.
