Packageorg.igniterealtime.xiff.events
Classpublic class XIFFErrorEvent
InheritanceXIFFErrorEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined by
  errorCode : int
Legacy error code
XIFFErrorEvent
  errorCondition : String
XIFFErrorEvent
  errorExt : Extension
XIFFErrorEvent
  errorMessage : String
XIFFErrorEvent
  errorType : String
XIFFErrorEvent
Public Methods
 MethodDefined by
  
XIFFErrorEvent
  
clone():Event
XIFFErrorEvent
  
toString():String
XIFFErrorEvent
Public Constants
 ConstantDefined by
  XIFF_ERROR : String = "error"
[static]
XIFFErrorEvent
Property detail
errorCodeproperty
errorCode:int  [read-write]

Legacy error code

Implementation
    public function get errorCode():int
    public function set errorCode(value:int):void

See also

errorConditionproperty 
errorCondition:String  [read-write]

Implementation
    public function get errorCondition():String
    public function set errorCondition(value:String):void
errorExtproperty 
errorExt:Extension  [read-write]

Implementation
    public function get errorExt():Extension
    public function set errorExt(value:Extension):void
errorMessageproperty 
errorMessage:String  [read-write]

Implementation
    public function get errorMessage():String
    public function set errorMessage(value:String):void
errorTypeproperty 
errorType:String  [read-write]

Implementation
    public function get errorType():String
    public function set errorType(value:String):void
Constructor detail
XIFFErrorEvent()constructor
public function XIFFErrorEvent()

Method detail
clone()method
public override function clone():Event

Returns
Event
toString()method 
public override function toString():String

Returns
String
Constant detail
XIFF_ERRORconstant
public static const XIFF_ERROR:String = "error"

The default value is .