| Package | net.guttershark.remoting.events |
| Class | public class FaultEvent |
| Inheritance | FaultEvent flash.events.ErrorEvent |
| Property | Defined by | ||
|---|---|---|---|
| fault : Object
The raw fault object from the server.
| FaultEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
FaultEvent(fault:Object, bubbles:Boolean = false, cancelable:Boolean = false)
New FaultEvent
| FaultEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| FAULT : String = "fault" [static]
Fault identifier.
| FaultEvent | ||
| fault | property |
public var fault:ObjectThe raw fault object from the server.
| FaultEvent | () | constructor |
public function FaultEvent(fault:Object, bubbles:Boolean = false, cancelable:Boolean = false)New FaultEvent
Parametersfault:Object — String event type
|
|
bubbles:Boolean (default = false) — Boolean bubbles
|
|
cancelable:Boolean (default = false) — Boolean cancelable
|
| FAULT | constant |
public static const FAULT:String = "fault"Fault identifier.