Package | mx.rpc.soap |
Class | public class SOAPFault |
Inheritance | SOAPFault ![]() ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance.
| Object | |
detail : String
The detail property is the same as faultDetail but exists
to match the case of the detail element in a SOAP Fault.
| SOAPFault | ||
element : XML
The raw XML of this SOAP Fault.
| SOAPFault | ||
![]() | errorID : int
[read-only]
Contains the reference number associated with the specific error message.
| Error | |
faultactor : String
A SOAP Fault may provide information about who caused the fault through
a faultactor property.
| SOAPFault | ||
faultcode : QName
The faultcode property is similar to faultCode but exists to both
match the case of the faultcode element in a SOAP Fault and to provide
the fully qualified name of the code.
| SOAPFault | ||
![]() | faultCode : String
[read-only]
A simple code describing the fault.
| Fault | |
![]() | faultDetail : String
[read-only]
Any extra details of the fault.
| Fault | |
faultstring : String
The faultstring property is the same as faultString but exists
to match the case of the faultstring element in a SOAP envelope Fault.
| SOAPFault | ||
![]() | faultString : String
[read-only]
Text description of the fault.
| Fault | |
![]() | message : String
Contains the message associated with the Error object.
| Error | |
![]() | name : String
Contains the name of the Error object.
| Error | |
![]() | prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object | |
![]() | rootCause : Object
The cause of the fault.
| Fault |
Method | Defined By | ||
---|---|---|---|
SOAPFault | |||
![]() |
Returns the call stack for an error as a string at the time of the error's construction (for the debugger version
of Flash Player and the AIR Debug Launcher (ADL) only; returns null if not using the debugger version
of Flash Player or the ADL.
| Error | |
![]() |
Indicates whether an object has a specified property defined.
| Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter.
| Object | |
![]() |
Indicates whether the specified property exists and is enumerable.
| Object | |
![]() |
Sets the availability of a dynamic property for loop operations.
| Object | |
SOAPFault | |||
![]() |
Returns the primitive value of the specified object.
| Object |
detail | property |
detail:String
[read-write] The detail property is the same as faultDetail but exists to match the case of the detail element in a SOAP Fault.
public function get detail():String
public function set detail(value:String):void
See also
element | property |
public var element:XML
The raw XML of this SOAP Fault.
faultactor | property |
public var faultactor:String
A SOAP Fault may provide information about who caused the fault through a faultactor property.
faultcode | property |
public var faultcode:QName
The faultcode property is similar to faultCode but exists to both match the case of the faultcode element in a SOAP Fault and to provide the fully qualified name of the code.
See also
faultstring | property |
faultstring:String
[read-write] The faultstring property is the same as faultString but exists to match the case of the faultstring element in a SOAP envelope Fault.
public function get faultstring():String
public function set faultstring(value:String):void
See also
SOAPFault | () | Constructor |
public function SOAPFault(faultCode:QName, faultString:String, detail:String = null, element:XML = null, faultactor:String = null)
Parameters
faultCode:QName |
|
faultString:String |
|
detail:String (default = null )
|
|
element:XML (default = null )
|
|
faultactor:String (default = null )
|
toString | () | method |