| Package | com.asfusion.mate.events |
| Class | public class UnhandledFaultEvent |
| Inheritance | UnhandledFaultEvent flash.events.Event |
faultHandlers inside a service tag such as
RemoteObjectInvoker, WebServiceObjectInvoker, HTTPServiceObjectInvoker
| Property | Defined by | ||
|---|---|---|---|
| fault : Fault
The Fault object that contains the details of what caused this event.
| UnhandledFaultEvent | ||
| headers : Object
In certain circumstances, headers may also be returned with a fault to provide further context to the failure.
| UnhandledFaultEvent | ||
| message : IMessage
The Message associated with this event.
| UnhandledFaultEvent | ||
| messageId : String
The message ID associated with this event.
| UnhandledFaultEvent | ||
| token : AsyncToken
The token that represents the call to the method.
| UnhandledFaultEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
UnhandledFaultEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
| UnhandledFaultEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| FAULT : String = "faultUnhandledFaultEvent" [static]
The FAULT event type.
| UnhandledFaultEvent | ||
| fault | property |
public var fault:FaultThe Fault object that contains the details of what caused this event.
| headers | property |
public var headers:ObjectIn certain circumstances, headers may also be returned with a fault to provide further context to the failure.
| message | property |
public var message:IMessageThe Message associated with this event.
| messageId | property |
public var messageId:StringThe message ID associated with this event.
| token | property |
public var token:AsyncTokenThe token that represents the call to the method.
| UnhandledFaultEvent | () | constructor |
public function UnhandledFaultEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| FAULT | constant |
public static const FAULT:String = "faultUnhandledFaultEvent"The FAULT event type.