| Package | org.restfulx.events |
| Class | public class PushErrorEvent |
| Inheritance | PushErrorEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| ID : String = "pushError" [static] Event identifier
| PushErrorEvent | ||
| info : Object the error reported, if any
| PushErrorEvent | ||
| item : Object the item that caused error while synchronizing
| PushErrorEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
PushErrorEvent(item:Object, info:Object)
| PushErrorEvent | ||
| ID | property |
public static var ID:String = "pushError"Event identifier
| info | property |
public var info:Objectthe error reported, if any
| item | property |
public var item:Objectthe item that caused error while synchronizing
| PushErrorEvent | () | constructor |
public function PushErrorEvent(item:Object, info:Object)Parameters
item:Object |
|
info:Object |