Package | com.asfusion.mate.events |
Class | public class UnhandledMessageFaultEvent |
Inheritance | UnhandledMessageFaultEvent flash.events.Event |
faultHandlers
inside the MessageHandlers
tag
Property | Defined by | ||
---|---|---|---|
faultCode : String
Provides access to the destination specific failure code.
| UnhandledMessageFaultEvent | ||
faultDetail : String
Provides destination specific details of the failure.
| UnhandledMessageFaultEvent | ||
faultString : String
Provides access to the destination specific reason for the failure.
| UnhandledMessageFaultEvent | ||
message : ErrorMessage
The ErrorMessage for this event.
| UnhandledMessageFaultEvent | ||
rootCause : Object
Provides access to the root cause of the failure, if one exists.
| UnhandledMessageFaultEvent |
Method | Defined by | ||
---|---|---|---|
UnhandledMessageFaultEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
| UnhandledMessageFaultEvent |
Constant | Defined by | ||
---|---|---|---|
FAULT : String = "faultUnhandledMessageFaultEvent" [static]
The FAULT event type.
| UnhandledMessageFaultEvent |
faultCode | property |
public var faultCode:String
Provides access to the destination specific failure code.
faultDetail | property |
public var faultDetail:String
Provides destination specific details of the failure.
faultString | property |
public var faultString:String
Provides access to the destination specific reason for the failure.
message | property |
public var message:ErrorMessage
The ErrorMessage for this event.
rootCause | property |
public var rootCause:Object
Provides access to the root cause of the failure, if one exists.
UnhandledMessageFaultEvent | () | constructor |
public function UnhandledMessageFaultEvent(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 = "faultUnhandledMessageFaultEvent"
The FAULT event type.