Class: Error

Constructor

Error

new Error()

Object passed to the error handler if there is an error.

Properties

id

static

String

The id of the error. See the ErrorEvent constant for a list of error codes.

info

static

String

Additional information about the error.

type

static

String

Always set to error to indicate the type of this object.

Method

createError

static

createError() returns ima.Error

Returns

ima.Error