Represents event objects dispatched when an internal error occurs.
errorMessage:String
[read-only]
The error message from a failed request.
Implementation public function get errorMessage():String
public function GeneralErrorEvent(type:String, errorMessage:String = null)
The constructor.
Parameters | type:String — The type of event.
|
|
| errorMessage:String (default = null ) — Error message from a failed request.
|
public static const GENERAL_ERROR:String = generalError
Defines the value of the type
property of an generalError
event.
Thu Apr 5 2012, 09:40 AM -07:00