ErrorEvent
Module | ejs.events |
Definition | class ErrorEvent |
Inheritance | ErrorEvent Event Object |
Specified | webworker |
WARNGING: This class is prototype and will be changed in the next release.
Event for exceptions.
Properties
Qualifiers | Property | Type | Description |
public | filename | String | Source filename of the script that issued the error. |
public | lineno | String | Source line number in the script that issued the error. |
public | message | String | Event message. |
public | stack | String | Callback stack at the point of the error. |
Inherited Properties
ErrorEvent Methods
Inherited Methods
Method Detail