API Documentation for: 1.0.0
Show:

ErrorEvent Class

Defined in: ErrorEvent:39
Module: CreateJS

A general error Event, that describes an error that occurred, as well as any details.

Constructor

ErrorEvent

(
  • [title]
  • [message]
  • [data]
)

Defined in ErrorEvent:39

Parameters:

  • [title] String optional

    The error title

  • [message] String optional

    The error description

  • [data] Object optional

    Additional error data

Item Index

Properties

Properties

data

Object

Defined in data:64

Additional data attached to an error.

message

String

Defined in message:57

The verbose error message, containing details about the error.

title

String

Defined in title:50

The short error title, which indicates the type of error that occurred.