Package | org.igniterealtime.xiff.events |
Class | public class XIFFErrorEvent |
Inheritance | XIFFErrorEvent ![]() |
Property | Defined by | ||
---|---|---|---|
errorCode : int
Legacy error code
| XIFFErrorEvent | ||
errorCondition : String | XIFFErrorEvent | ||
errorExt : Extension
| XIFFErrorEvent | ||
errorMessage : String | XIFFErrorEvent | ||
errorType : String | XIFFErrorEvent |
Method | Defined by | ||
---|---|---|---|
| XIFFErrorEvent | ||
clone():Event
| XIFFErrorEvent | ||
toString():String
| XIFFErrorEvent |
Constant | Defined by | ||
---|---|---|---|
XIFF_ERROR : String = "error" [static]
| XIFFErrorEvent |
errorCode | property |
errorCode:int
[read-write]Legacy error code
Implementation public function get errorCode():int
public function set errorCode(value:int):void
See also
errorCondition | property |
errorCondition:String
[read-write]Implementation
public function get errorCondition():String
public function set errorCondition(value:String):void
errorExt | property |
errorExt:Extension
[read-write]Implementation
public function get errorExt():Extension
public function set errorExt(value:Extension):void
errorMessage | property |
errorMessage:String
[read-write]Implementation
public function get errorMessage():String
public function set errorMessage(value:String):void
errorType | property |
errorType:String
[read-write]Implementation
public function get errorType():String
public function set errorType(value:String):void
XIFFErrorEvent | () | constructor |
public function XIFFErrorEvent()
clone | () | method |
public override function clone():Event
Returns
Event |
toString | () | method |
public override function toString():String
Returns
String |
XIFF_ERROR | constant |
public static const XIFF_ERROR:String = "error"
The default value is .