[ type ] ErrorEvent

Description:

An error event object received by the onError() handler callback when error occurs.

Type: Object

Properties:

Name Type Description

target

object

The component that triggered the event.

messsage

string

An error message.

Also See: