Packagecom.esri.tracking.connector.events
Classpublic class GeneralErrorEvent
InheritanceGeneralErrorEvent Inheritance flash.events.Event

Represents event objects dispatched when an internal error occurs.



Public Properties
 PropertyDefined By
  errorMessage : String
[read-only] The error message from a failed request.
GeneralErrorEvent
Public Methods
 MethodDefined By
  
GeneralErrorEvent(type:String, errorMessage:String = null)
The constructor.
GeneralErrorEvent
Public Constants
 ConstantDefined By
  GENERAL_ERROR : String = generalError
[static] Defines the value of the type property of an generalError event.
GeneralErrorEvent
Property Detail
errorMessageproperty
errorMessage:String  [read-only]

The error message from a failed request.


Implementation
    public function get errorMessage():String
Constructor Detail
GeneralErrorEvent()Constructor
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.
Constant Detail
GENERAL_ERRORConstant
public static const GENERAL_ERROR:String = generalError

Defines the value of the type property of an generalError event.